summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Whited2019-08-27 08:41:05 -0500
committerSam Whited2019-08-27 08:41:05 -0500
commit45213340a98d73f6955581702201d2e710b5dfe3 (patch)
tree22fc2828bf481ed33d9bd359eb3f520e57d5832f /PKGBUILD
parent65fdb3109a12406640c2425c29f3e35c95f971d1 (diff)
downloadaur-45213340a98d73f6955581702201d2e710b5dfe3.tar.gz
Build PIE
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1f9f5f59af0..8974fccbc239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=writeas-cli
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Write.as command line interface"
arch=('x86_64')
url='https://write.as/apps/cli'
@@ -18,6 +18,7 @@ build() {
-gcflags "all=-trimpath=${PWD}" \
-asmflags "all=-trimpath=${PWD}" \
-ldflags "-extldflags=${LDFLAGS}" \
+ -buildmode=pie \
./cmd/writeas/
}