From 91db5e373ed0174fda06912b5f5ef81a63a65822 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 13 Dec 2013 09:23:14 +0100 Subject: [PATCH] again add -fPIC so we can build PIE executables, for better security --- pdns/ext/polarssl-1.3.2/library/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/ext/polarssl-1.3.2/library/Makefile b/pdns/ext/polarssl-1.3.2/library/Makefile index 331c0a0f1d..37ad5b3c55 100644 --- a/pdns/ext/polarssl-1.3.2/library/Makefile +++ b/pdns/ext/polarssl-1.3.2/library/Makefile @@ -5,6 +5,7 @@ # environment # CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement +CFLAGS += -fPIC OFLAGS = -O2 ifdef DEBUG -- 2.47.2