From: Ross Burton <[email protected]> autoreconf needs to be told where to find macros as the Makefile.am does not do this.
Signed-off-by: Ross Burton <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 76a756989a0bda434a2295a0ad9b67c951c270df) Signed-off-by: Ankur Tyagi <[email protected]> --- meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb | 2 ++ 1 file changed, 2 insertions(+) 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 inherit autotools +EXTRA_AUTORECONF += "-I m4" + PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121516): https://lists.openembedded.org/g/openembedded-devel/message/121516 Mute This Topic: https://lists.openembedded.org/mt/116235802/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
