]> granicus.if.org Git - pdns/commitdiff
again add -fPIC so we can build PIE executables, for better security
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 13 Dec 2013 08:23:14 +0000 (09:23 +0100)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 13 Dec 2013 09:21:00 +0000 (10:21 +0100)
pdns/ext/polarssl-1.3.2/library/Makefile

index 331c0a0f1d844595c795d0e11523621f5bf83b28..37ad5b3c55ab5cd94fdf099e924f8ae69ecb0d0a 100644 (file)
@@ -5,6 +5,7 @@
 # environment
 #
 CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
+CFLAGS  += -fPIC
 OFLAGS = -O2
 
 ifdef DEBUG