gienah      14/04/28 06:35:54

  Added:               
                        
sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
  Log:
  Bump patch to sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch to 
change _ to - in the filename sbcl-1.1.17/src/runtime/Config.x86-64-linux
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.1                  
dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch?rev=1.1&content-type=text/plain

Index: sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
===================================================================
--- sbcl-1.1.17-orig/src/runtime/Config.x86-linux       2014-03-31 
03:14:22.000000000 +1100
+++ sbcl-1.1.17/src/runtime/Config.x86-linux    2014-04-28 15:34:59.822482441 
+1000
@@ -27,7 +27,7 @@
 # (You *are* encouraged to design and implement a coherent stable
 # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is
 # working on one and it would be a nice thing to have.)
-LINKFLAGS += -Wl,--export-dynamic -m32
+LINKFLAGS += -Wl,--export-dynamic -m32 -nopie
 OS_LIBS = -ldl
 
 ifdef LISP_FEATURE_LARGEFILE
--- sbcl-1.1.17-orig/src/runtime/Config.x86-64-linux    2014-03-31 
03:14:22.000000000 +1100
+++ sbcl-1.1.17/src/runtime/Config.x86-64-linux 2014-04-28 15:35:22.364623003 
+1000
@@ -27,7 +27,7 @@
 # (You *are* encouraged to design and implement a coherent stable
 # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is
 # working on one and it would be a nice thing to have.)
-LINKFLAGS += -Wl,--export-dynamic
+LINKFLAGS += -Wl,--export-dynamic -nopie
 OS_LIBS = -ldl
 
 ifdef LISP_FEATURE_LARGEFILE




Reply via email to