Makefile: turn off PIE

cute-signatures
Natanael Copa 2009-01-08 13:54:50 +00:00
parent 08748b5c3f
commit 0c6adc2765
1 changed files with 1 additions and 0 deletions

View File

@ -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)