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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1167%2Fhead;p=thirdparty%2Fpdns.git 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 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