projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a65478c
)
Patch to make the suricata build reproducible This patch makes some changes to the...
author
Arturo Borrero Gonzalez
<arturo@debian.org>
Thu, 20 Jul 2023 09:03:07 +0000
(10:03 +0100)
committer
Sascha Steinbiss
<satta@debian.org>
Thu, 20 Jul 2023 09:03:07 +0000
(10:03 +0100)
Forwarded: not-needed
Last-Update: 2016-09-05
Gbp-Pq: Name reproducible.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0b71278fcdc9b04db94c2d4f0a4df5cbd6f8006a..1a8099d4d80b5f965c38d15bb9fe46e08ed4b74e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2680,7
+2680,8
@@
Generic build parameters:
echo
echo "$SURICATA_BUILD_CONF"
echo "printf(" >src/build-info.h
-echo "$SURICATA_BUILD_CONF" | sed -e 's/^/"/' | sed -e 's/$/\\n"/' >>src/build-info.h
+echo "$SURICATA_BUILD_CONF" | sed -e 's/^/"/' | sed -e 's/$/\\n"/' \
+ | sed 's/-fdebug-prefix-map=.*=. //' >>src/build-info.h
echo ");" >>src/build-info.h
echo "