summaryrefslogtreecommitdiff
path: root/private/hyperscan/issue-292.patch
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-23 10:48:52 +0100
committerEugen Wissner <belka@caraus.de>2021-02-23 10:48:52 +0100
commitded33e772c76158e64176ab8804aa5556c375ae5 (patch)
treee8b9a34d1d4aef31a93abf85ac97378859001fc2 /private/hyperscan/issue-292.patch
parent9013817630b9b501c0c1404cab8a9a4adf476854 (diff)
downloadslackbuilder-ded33e772c76158e64176ab8804aa5556c375ae5.tar.gz
hyperscan: Updated for version 5.4.0
Diffstat (limited to 'private/hyperscan/issue-292.patch')
-rw-r--r--private/hyperscan/issue-292.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/hyperscan/issue-292.patch b/private/hyperscan/issue-292.patch
new file mode 100644
index 0000000..20b4f4d
--- /dev/null
+++ b/private/hyperscan/issue-292.patch
@@ -0,0 +1,11 @@
+--- a/cmake/build_wrapper.sh 2021-01-13 15:39:34.000000000 +0100
++++ b/cmake/build_wrapper.sh 2021-02-21 18:33:13.532927613 +0100
+@@ -17,7 +17,7 @@
+ LIBC_SO=$("$@" --print-file-name=libc.so.6)
+ cp ${KEEPSYMS_IN} ${KEEPSYMS}
+ # get all symbols from libc and turn them into patterns
+-nm -f p -g -D ${LIBC_SO} | sed -s 's/\([^ ]*\).*/^\1$/' >> ${KEEPSYMS}
++nm -f p -g -D ${LIBC_SO} | sed -s 's/\([^ @]*\).*/^\1$/' >> ${KEEPSYMS}
+ # build the object
+ "$@"
+ # rename the symbols in the object