diff options
author | Jesin | 2017-06-25 15:48:29 -0400 |
---|---|---|
committer | Jesin | 2017-06-25 15:48:29 -0400 |
commit | 5e4c09618a20bd111cb98fb9fdf8538df01dafbb (patch) | |
tree | 8479230fc1795a8ed452138c62a150e7d2647429 | |
parent | 8d442be296c4cb1520c42ea06e2fbeadbdca0359 (diff) | |
download | aur-5e4c09618a20bd111cb98fb9fdf8538df01dafbb.tar.gz |
removed custom LDFLAGS that broke on some systems
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ pkgver() { git describe --tags | sed 's/^v//;s/-/+/g' } -export LDFLAGS+=' -pie' build() { cd "$srcdir/$_name" autoheader |