From 0c6adc2765d27fde48c40fa41383e0e1a3fb66e0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 8 Jan 2009 13:54:50 +0000 Subject: Makefile: turn off PIE --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3