summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2008-04-21 09:41:53 +0000
committerTimo Teras <timo.teras@iki.fi>2008-04-21 09:41:53 +0000
commit951602e551bc56b433f7c6d908998b6289890b09 (patch)
tree22a716c4f70ae7529a2ad61e6f2dddcf0222678b /Makefile
parentd6c74352427367a334d37469962bbcf1b9ae364c (diff)
downloadapk-tools-951602e551bc56b433f7c6d908998b6289890b09.tar.bz2
apk-tools-951602e551bc56b433f7c6d908998b6289890b09.tar.xz
Fixes for hardened environment (and old gcc)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 563f066..783b7ce 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ INSTALLDIR=$(INSTALL) -d
CFLAGS=-O2 -g -D_GNU_SOURCE -Werror -Wall -Wstrict-prototypes -std=gnu99 \
-DAPK_VERSION=\"$(FULL_VERSION)\"
-LDFLAGS=-g -lpthread
+LDFLAGS=-g -lpthread -nopie
DESTDIR=
SBINDIR=/usr/sbin