Author: arekm Date: Thu Nov 15 00:18:54 2007 GMT Module: SOURCES Tag: rpm-4_4_9-internal_bdb ---- Log message: - -pie causes segfault on x86_64
---- Files affected: SOURCES: rpm-nopie.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/rpm-nopie.patch diff -u /dev/null SOURCES/rpm-nopie.patch:1.1.2.1 --- /dev/null Thu Nov 15 01:18:54 2007 +++ SOURCES/rpm-nopie.patch Thu Nov 15 01:18:49 2007 @@ -0,0 +1,11 @@ +diff -urN rpm-4.4.9.org/configure.ac rpm-4.4.9/configure.ac +--- rpm-4.4.9.org/configure.ac 2007-05-19 21:26:29.000000000 +0200 ++++ rpm-4.4.9/configure.ac 2007-11-15 01:11:58.263879867 +0100 +@@ -35,7 +35,6 @@ + AC_SUBST(AS) + if test "$ac_cv_c_compiler_gnu" = yes; then + CFLAGS="$CFLAGS -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" +- LDFLAGS="-pie" + fi + export CFLAGS LDFLAGS + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
