diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-26 17:22:18 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-26 12:43:32 -0800 |
commit | 76a756989a0bda434a2295a0ad9b67c951c270df (patch) | |
tree | fe1425d7552d7d86e462c7174297b5553865b906 /meta-networking | |
parent | 3a2439edb56f6bc8dd5e76ea1926502af2fb1c38 (diff) | |
download | meta-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.bb | 2 |
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 | ||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | EXTRA_AUTORECONF += "-I m4" | ||
19 | |||
18 | PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ | 20 | PACKAGECONFIG[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" |