diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-07-16 19:55:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-17 07:15:43 +0700 |
commit | 60d190b0bdb207a77e53e50fe4b36fabf1ce4ce2 (patch) | |
tree | 941d937e280c8e57299d51e01bc61996cdd52823 /system/sandbox/slibtool.patch | |
parent | cb8db2ed5c976d978054c134004c6ea1a3974d6c (diff) |
system/sandbox: Fixed build on 32 bit.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/sandbox/slibtool.patch')
-rw-r--r-- | system/sandbox/slibtool.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/sandbox/slibtool.patch b/system/sandbox/slibtool.patch new file mode 100644 index 0000000000000..bf12277a2060d --- /dev/null +++ b/system/sandbox/slibtool.patch @@ -0,0 +1,11 @@ +diff -ur sandbox-2.13.orig/libsandbox/Makefile.am sandbox-2.13/libsandbox/Makefile.am +--- sandbox-2.13.orig/libsandbox/Makefile.am 2018-02-19 05:50:18.000000000 -0000 ++++ sandbox-2.13/libsandbox/Makefile.am 2018-06-03 12:58:04.270611236 -0000 +@@ -20,7 +20,6 @@ + # and destructor will not be executed ... + libsandbox_la_LDFLAGS = \ + -no-undefined \ +- -nodefaultlibs \ + -avoid-version \ + $(LDFLAG_VER),libsandbox.map + libsandbox_la_SOURCES = \ |