aboutsummaryrefslogtreecommitdiffstats
path: root/main/truecrypt
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-03 09:46:59 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-11-03 09:46:59 +0000
commitec80c5311df8d9267bf4e26602853553964240a9 (patch)
tree2d7dc78ba32b557bf486976b8ba30b501f3b986b /main/truecrypt
parentbde0f8ed4da04a7406b03d7a52cdf290801b2f8c (diff)
downloadaports-ec80c5311df8d9267bf4e26602853553964240a9.tar.bz2
aports-ec80c5311df8d9267bf4e26602853553964240a9.tar.xz
main/truecrypt: build fix
update -no-pie flag to new format
Diffstat (limited to 'main/truecrypt')
-rw-r--r--main/truecrypt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/truecrypt/APKBUILD b/main/truecrypt/APKBUILD
index cdea0d324c..535ff30296 100644
--- a/main/truecrypt/APKBUILD
+++ b/main/truecrypt/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=truecrypt
pkgver=7.1a
-pkgrel=0
+pkgrel=1
pkgdesc="crypto"
url="http://www.truecrypt.org/"
arch="all"
@@ -28,7 +28,7 @@ build() {
make PKCS11_INC="${srcdir}/pkcs-2.20" VERBOSE=1 \
TC_EXTRA_CFLAGS="${CFLAGS}" \
TC_EXTRA_CXXFLAGS="${CXXFLAGS}" \
- TC_EXTRA_LFLAGS="${LDFLAGS} -fno-PIE" \
+ TC_EXTRA_LFLAGS="${LDFLAGS} -no-pie" \
NOSTRIP=1 \
|| return 1
}