diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-10 20:48:04 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-11 11:59:23 +0200 |
commit | fc0978e5f16baa26922724155284646279467322 (patch) | |
tree | 57be9932cf99c20ffc592c8245a95a0cc4db00e1 /testing/sbcl/no-pie.patch | |
parent | 139d3d7413dff29c72bb85e684661dc69b62bea2 (diff) | |
download | aports-fc0978e5f16baa26922724155284646279467322.tar.bz2 aports-fc0978e5f16baa26922724155284646279467322.tar.xz |
testing/sbcl: upgrade to 1.3.8
Diffstat (limited to 'testing/sbcl/no-pie.patch')
-rw-r--r-- | testing/sbcl/no-pie.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/sbcl/no-pie.patch b/testing/sbcl/no-pie.patch new file mode 100644 index 0000000000..59ecf8c43d --- /dev/null +++ b/testing/sbcl/no-pie.patch @@ -0,0 +1,22 @@ +--- 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 -no-pie + 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 -no-pie + OS_LIBS = -ldl + + ifdef LISP_FEATURE_LARGEFILE |