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-connectivity/snort/snort_2.9.17.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-connectivity/snort') diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb index 9c20be537c..b5ff430993 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb @@ -74,7 +74,7 @@ do_install_append() { install -d ${D}${sysconfdir}/default/volatiles install -m 0644 ${WORKDIR}/volatiles.99_snort ${D}${sysconfdir}/default/volatiles/99_snort - sed -i -e 's|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc + sed -i -e 's|-ffile-prefix-map[^ ]*||g; s|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc } pkg_postinst_${PN}() { -- cgit 1.2.3-korg