summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 17:22:18 +0000
committerKhem Raj <raj.khem@gmail.com>2025-02-26 12:43:32 -0800
commit76a756989a0bda434a2295a0ad9b67c951c270df (patch)
treefe1425d7552d7d86e462c7174297b5553865b906 /meta-networking
parent3a2439edb56f6bc8dd5e76ea1926502af2fb1c38 (diff)
downloadmeta-openembedded-76a756989a0bda434a2295a0ad9b67c951c270df.tar.gz
pureftp: fix autoreconf
autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb
index 1ce3c468b7..8a56ad5078 100644
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb
+++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb
@@ -15,5 +15,7 @@ SRC_URI[sha256sum] = "1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05
15 15
16inherit autotools 16inherit autotools
17 17
18EXTRA_AUTORECONF += "-I m4"
19
18PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ 20PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \
19 ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" 21 ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium"