From f04fd1f5e7292170db6121281d6010d684438b85 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 Apr 2021 15:37:32 -0700 Subject: snort,proftpd,net-snmp: Deal with -ffile-prefix-map as well this is another option for reproducibility which can be used by compilers, and here consider processing it as well Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking/recipes-daemons') diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb index 1e4697a633..483c22a0d4 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb @@ -109,6 +109,7 @@ do_install () { sed -e 's|--sysroot=${STAGING_DIR_HOST}||g' \ -e 's|${STAGING_DIR_NATIVE}||g' \ + -e 's|-ffile-prefix-map=[^ ]*||g' \ -e 's|-fdebug-prefix-map=[^ ]*||g' \ -e 's|-fmacro-prefix-map=[^ ]*||g' \ -i ${D}/${bindir}/prxs -- cgit v1.2.3-54-g00ecf