linux/client: build amd64 as PIE if possible

This commit is contained in:
Oleksii Shevchuk 2018-10-07 13:21:03 +03:00
parent 1af28cb2fd
commit 691b52e8c7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ echo "[+] Build pupy"
case $TOOLCHAIN_ARCH in
amd64)
MAKEFLAGS="ARCH=64 PIE="
MAKEFLAGS="ARCH=64"
TARGETS="pupyx64d.lin pupyx64d.lin.so pupyx64d.unc.lin"
TARGETS="$TARGETS pupyx64d.unc.lin.so pupyx64.lin pupyx64.lin.so"
TARGETS="$TARGETS pupyx64.unc.lin pupyx64.unc.lin.so"