From: Peter van Dijk Date: Fri, 13 Dec 2013 08:23:14 +0000 (+0100) Subject: again add -fPIC so we can build PIE executables, for better security X-Git-Tag: rec-3.6.0-rc1~298^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91db5e373ed0174fda06912b5f5ef81a63a65822;p=pdns again add -fPIC so we can build PIE executables, for better security --- diff --git a/pdns/ext/polarssl-1.3.2/library/Makefile b/pdns/ext/polarssl-1.3.2/library/Makefile index 331c0a0f1..37ad5b3c5 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