diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-13 18:57:57 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-13 18:58:22 +0100 |
commit | d25fe8d2f45b773dfb61db573b5d43413ce6b0cf (patch) | |
tree | 9a1f17b11b4fc1f83f78853e3207bbb5bc850781 /dev-lisp | |
parent | dev-lisp/sbcl: Removes unused patch (diff) | |
download | gentoo-d25fe8d2f45b773dfb61db573b5d43413ce6b0cf.tar.gz gentoo-d25fe8d2f45b773dfb61db573b5d43413ce6b0cf.tar.bz2 gentoo-d25fe8d2f45b773dfb61db573b5d43413ce6b0cf.zip |
dev-lisp/sbcl: Restores dropped patch
Closes: https://bugs.gentoo.org/650250
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/files/sbcl-1.3.11-config.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/files/sbcl-1.3.11-config.patch b/dev-lisp/sbcl/files/sbcl-1.3.11-config.patch new file mode 100644 index 000000000000..e23f1e6d9bcb --- /dev/null +++ b/dev-lisp/sbcl/files/sbcl-1.3.11-config.patch @@ -0,0 +1,16 @@ +diff -r -U2 sbcl-1.3.11.orig/src/runtime/Config.x86-64-linux sbcl-1.3.11/src/runtime/Config.x86-64-linux +--- sbcl-1.3.11.orig/src/runtime/Config.x86-64-linux 2016-10-30 23:28:43.000000000 +0700 ++++ sbcl-1.3.11/src/runtime/Config.x86-64-linux 2016-11-16 23:27:37.248815622 +0700 +@@ -58,12 +58,4 @@ + endif + +-# The following works for Ubuntu 16.10. There must be a better way to +-# do this across various flavors of linux. +-ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e no-pie),) +-CFLAGS += -fno-pie +-LINKFLAGS += -no-pie +-LDFLAGS += -no-pie +-endif +- + # Nothing to do for after-grovel-headers. + .PHONY: after-grovel-headers |