diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-10-27 10:46:58 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-11-30 12:52:15 -0500 |
commit | fb80c7f2f3152c521cd46c19338ec78978b7d730 (patch) | |
tree | 96d03898b8e75dfc7fd717c159f659ff97afc963 /meta-networking/recipes-daemons/pure-ftpd | |
parent | 7872b833ddec3375411f575504ec2d3053e1b079 (diff) | |
download | meta-openembedded-fb80c7f2f3152c521cd46c19338ec78978b7d730.tar.gz |
pure-ftpd: add PACKAGECONFIG for libsodium
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/pure-ftpd')
-rw-r--r-- | meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb index fa592dca6..c1f150405 100644 --- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb +++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb | |||
@@ -18,3 +18,5 @@ SRC_URI[sha256sum] = "7be73a8e58b190a7054d2ae00c5e650cb9e091980420082d02ec3c3b68 | |||
18 | inherit autotools | 18 | inherit autotools |
19 | 19 | ||
20 | EXTRA_OECONF = "--with-minimal" | 20 | EXTRA_OECONF = "--with-minimal" |
21 | PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ | ||
22 | ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" | ||