From: Arturo Borrero Gonzalez Date: Thu, 27 Jun 2024 12:29:40 +0000 (+0200) Subject: Patch to make the suricata build reproducible This patch makes some changes to the... X-Git-Tag: archive/raspbian/1%7.0.7-1+rpi1^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=158f9622eb771f166efb7bbbc9516ce1ed7fb459;p=suricata.git Patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path. Forwarded: not-needed Last-Update: 2016-09-05 Gbp-Pq: Name reproducible.patch --- diff --git a/configure.ac b/configure.ac index 97640db7..fafc5f83 100644 --- a/configure.ac +++ b/configure.ac @@ -2736,7 +2736,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 "