diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-02-15 22:04:29 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-17 12:21:27 -0800 |
commit | b1ccca4bacda568062804c7c90aeb15e704c2eb9 (patch) | |
tree | a39ce67896dd6f1b728000337fa102f1def5af81 /meta-networking/recipes-connectivity | |
parent | f3a80c3ce1487bdf15495dd02809e9df0eeecbd2 (diff) | |
download | meta-openembedded-b1ccca4bacda568062804c7c90aeb15e704c2eb9.tar.gz |
snort: Strip out DEBUG_PREFIX_MAP options and --sysroot
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 a99138d3d..c2eb95fe7 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() { | |||
72 | mkdir -p ${D}${localstatedir}/log/snort | 72 | mkdir -p ${D}${localstatedir}/log/snort |
73 | install -d ${D}/var/log/snort | 73 | install -d ${D}/var/log/snort |
74 | 74 | ||
75 | sed -i 's/-fdebug-prefix-map[^ ]*//g; s#${STAGING_DIR_TARGET}##g' ${D}${libdir}/pkgconfig/*.pc | 75 | sed -i -e 's|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc |
76 | } | 76 | } |
77 | 77 | ||
78 | FILES_${PN} += " \ | 78 | FILES_${PN} += " \ |