diff options
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 = \ |