From 8bfb1ff1a6d50cb241bd5a6d326eed76284f4818 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Thu, 5 Mar 2020 14:39:36 -0800 Subject: proftpd: remove macro-prefix-map from prxs macro-prefix-map points to build WORKDIR which will cause reproducibilty failures. Signed-off-by: Jeremy A. Puhlman Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) 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 409947265d..a080bec81f 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb @@ -110,6 +110,7 @@ do_install () { sed -e 's|--sysroot=${STAGING_DIR_HOST}||g' \ -e 's|${STAGING_DIR_NATIVE}||g' \ -e 's|-fdebug-prefix-map=[^ ]*||g' \ + -e 's|-fmacro-prefix-map=[^ ]*||g' \ -i ${D}/${bindir}/prxs # ftpmail perl script, which reads the proftpd log file and sends -- cgit v1.2.3-54-g00ecf