diff options
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { | |||
110 | sed -e 's|--sysroot=${STAGING_DIR_HOST}||g' \ | 110 | sed -e 's|--sysroot=${STAGING_DIR_HOST}||g' \ |
111 | -e 's|${STAGING_DIR_NATIVE}||g' \ | 111 | -e 's|${STAGING_DIR_NATIVE}||g' \ |
112 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ | 112 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ |
113 | -e 's|-fmacro-prefix-map=[^ ]*||g' \ | ||
113 | -i ${D}/${bindir}/prxs | 114 | -i ${D}/${bindir}/prxs |
114 | 115 | ||
115 | # ftpmail perl script, which reads the proftpd log file and sends | 116 | # ftpmail perl script, which reads the proftpd log file and sends |