projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf0b53
)
Patch to make the suricata build reproducible This patch makes some changes to the...
author
Arturo Borrero Gonzalez
<arturo@debian.org>
Thu, 28 Apr 2022 06:51:06 +0000
(07:51 +0100)
committer
Sascha Steinbiss
<satta@debian.org>
Thu, 28 Apr 2022 06:51:06 +0000
(07:51 +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 105441d114ba3f63f3082c5b8f4a1ee18f3a0078..3457a229c62962ecf5054e739fc958edc608f226 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2900,7
+2900,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 "