projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810d577
)
Patch to make the suricata build reproducible This patch makes some changes to the...
author
Arturo Borrero Gonzalez
<arturo@debian.org>
Mon, 14 Oct 2024 08:48:09 +0000
(10:48 +0200)
committer
Sascha Steinbiss
<satta@debian.org>
Mon, 14 Oct 2024 08:48:09 +0000
(10:48 +0200)
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 23e83e5ed9293d685b59bad18881665cda93a8fe..6345e492bb3d6890587af3909b75816aea75d137 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2738,7
+2738,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 "