diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-23 16:27:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-24 00:44:39 -0700 |
commit | 8070c5445741aa9c2de288476cdf84a31cae5469 (patch) | |
tree | 081b4d4d31ff01b1754d6b25761578f6fa2ef1e1 /meta-networking/recipes-daemons | |
parent | e4d91fad9620ec15b10d1f789062c4e0c65f655a (diff) | |
download | meta-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.bb | 3 |
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" | |||
21 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ??= "" |
22 | PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,," | 22 | PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,," |
23 | 23 | ||
24 | EXTRA_OECONF = "--disable-precomp --disable-universal" | 24 | EXTRA_OECONF = "--disable-precomp --disable-universal ac_cv_path_TAR=tar" |
25 | #TARGET_CC_ARCH:append = " ${SELECTED_OPTIMIZATION}" | ||
26 | ACLOCALEXTRAPATH:append = " -I ${S}/autoconf_local" | 25 | ACLOCALEXTRAPATH:append = " -I ${S}/autoconf_local" |
27 | 26 | ||
28 | do_install () { | 27 | do_install () { |