diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-11-11 22:37:28 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-12 11:14:57 +0530 |
| commit | 1598b0778f250392e8d85f7badd75508dab7890a (patch) | |
| tree | bd4fcf0d1a153716e76b9444ecfce7b10af996bc /meta-networking | |
| parent | 5366dd804ce53dbe5082934d6f1de450ddc37ed4 (diff) | |
| download | meta-openembedded-1598b0778f250392e8d85f7badd75508dab7890a.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>
(cherry picked from commit 76a756989a0bda434a2295a0ad9b67c951c270df)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.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" |
