mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Revert "package/pure-ftpd: doesn't build with libressl"
This reverts commite87e6fd085as pure-ftpd can be built with libressl since bump to version 3.5.2 in commit8b216927dbandf5674b4e23. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
abb1286fa0
commit
915c1d0aa4
@@ -45,7 +45,7 @@ else
|
||||
PURE_FTPD_CONF_OPTS += --without-ldap
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
PURE_FTPD_CONF_OPTS += --with-tls
|
||||
PURE_FTPD_DEPENDENCIES += host-pkgconf openssl
|
||||
PURE_FTPD_CONF_ENV += LIBS=`$(PKG_CONFIG_HOST_BINARY) --libs openssl`
|
||||
|
||||
Reference in New Issue
Block a user