summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e7e392..567984b 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ CFLAGS?=-g -Werror -Wall -Wstrict-prototypes
CFLAGS+=-D_GNU_SOURCE -std=gnu99 -DAPK_VERSION=\"$(FULL_VERSION)\"
LDFLAGS?=-g
+LDFLAGS+=-nopie
LIBS=/usr/lib/libz.a
ifeq ($(STATIC),yes)