From 951602e551bc56b433f7c6d908998b6289890b09 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Mon, 21 Apr 2008 09:41:53 +0000 Subject: Fixes for hardened environment (and old gcc) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-60-g2f50