[mingw32-boost/f14/master] make sure pseudo reloc does not crash

sailer sailer at fedoraproject.org
Mon Nov 22 14:17:32 UTC 2010


commit d9846c9ea7a19d55e78e1a1582cca9665e8ace5d
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Nov 22 15:17:05 2010 +0100

    make sure pseudo reloc does not crash

 mingw32-boost.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-boost.spec b/mingw32-boost.spec
index 6053d33..6f0ab70 100644
--- a/mingw32-boost.spec
+++ b/mingw32-boost.spec
@@ -93,6 +93,7 @@ Static version of the MinGW Windows Boost C++ library.
 ( echo ============================= build serial ==================
   mkdir serial
   cd serial
+  export LDFLAGS="${LDFLAGS} -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc-v1"
   %_mingw32_cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo %{boost_testflags} \
                   -DENABLE_SINGLE_THREADED=YES -DINSTALL_VERSIONED=OFF \
                   -DWITH_MPI=OFF ..


More information about the scm-commits mailing list