summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-23 16:27:59 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-24 00:44:39 -0700
commit8070c5445741aa9c2de288476cdf84a31cae5469 (patch)
tree081b4d4d31ff01b1754d6b25761578f6fa2ef1e1 /meta-networking/recipes-daemons
parente4d91fad9620ec15b10d1f789062c4e0c65f655a (diff)
downloadmeta-openembedded-8070c5445741aa9c2de288476cdf84a31cae5469.tar.gz
ncftp: Fix TMPDIR path embedding into ncftpget
Fixes QA Issue: File /usr/bin/ncftpget in package ncftp contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb
index 73af477ee..e66325c83 100644
--- a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb
+++ b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb
@@ -21,8 +21,7 @@ CFLAGS += "-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -Wall"
21PACKAGECONFIG ??= "" 21PACKAGECONFIG ??= ""
22PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,," 22PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,,"
23 23
24EXTRA_OECONF = "--disable-precomp --disable-universal" 24EXTRA_OECONF = "--disable-precomp --disable-universal ac_cv_path_TAR=tar"
25#TARGET_CC_ARCH:append = " ${SELECTED_OPTIMIZATION}"
26ACLOCALEXTRAPATH:append = " -I ${S}/autoconf_local" 25ACLOCALEXTRAPATH:append = " -I ${S}/autoconf_local"
27 26
28do_install () { 27do_install () {