From: Peter van Dijk Date: Tue, 6 Jan 2015 13:51:14 +0000 (+0100) Subject: Revert "Make executables position-independent" X-Git-Tag: rec-3.7.0-rc1~56^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98483b36f5690254ff31cb380612c0166bde65d9;p=thirdparty%2Fpdns.git Revert "Make executables position-independent" This reverts commit c116f5d4a4e0d7a0cc22844cbd2a3cf267fb1a8e. (Because it breaks with semistatic. Will have another attempt later.) --- diff --git a/configure.ac b/configure.ac index 512aafe7f2..1d438d8ec8 100644 --- a/configure.ac +++ b/configure.ac @@ -304,7 +304,7 @@ done CFLAGS="$PIE_CFLAGS $CFLAGS" CXXFLAGS="$PIE_CFLAGS $CXXFLAGS" -LDFLAGS="$PIE_LDFLAGS $RELRO_LDFLAGS $LDFLAGS" +LDFLAGS="$RELRO_LDFLAGS $LDFLAGS" AC_SUBST(LIBS)