From b1ccca4bacda568062804c7c90aeb15e704c2eb9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 15 Feb 2019 22:04:29 -0800 Subject: snort: Strip out DEBUG_PREFIX_MAP options and --sysroot Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/snort/snort_2.9.11.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.11.1.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb index a99138d3d4..c2eb95fe73 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb @@ -72,7 +72,7 @@ do_install_append() { mkdir -p ${D}${localstatedir}/log/snort install -d ${D}/var/log/snort - sed -i 's/-fdebug-prefix-map[^ ]*//g; s#${STAGING_DIR_TARGET}##g' ${D}${libdir}/pkgconfig/*.pc + sed -i -e 's|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc } FILES_${PN} += " \ -- cgit v1.2.3-54-g00ecf