summaryrefslogtreecommitdiff
path: root/private/hyperscan/issue-292.patch
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-02-08 09:46:52 +0100
committerEugen Wissner <belka@caraus.de>2022-02-08 09:46:52 +0100
commit0eb60aad4d8c1a30c25f272207c836d835a91864 (patch)
tree7fb9199bb0b7a064ee9d0ffdface14613184c61b /private/hyperscan/issue-292.patch
parente10c7566c329e05df2b7e7ca89e6a547ff813421 (diff)
downloadslackbuilder-0eb60aad4d8c1a30c25f272207c836d835a91864.tar.gz
hyperscan: Removed
Diffstat (limited to 'private/hyperscan/issue-292.patch')
-rw-r--r--private/hyperscan/issue-292.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/private/hyperscan/issue-292.patch b/private/hyperscan/issue-292.patch
deleted file mode 100644
index 20b4f4d..0000000
--- a/private/hyperscan/issue-292.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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