mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/pure-ftpd: fix static build with openssl and latomic
Use pkg-config to find openssl dependencies such as lz or latomic Fixes: - http://autobuild.buildroot.org/results/eba8d344446b0db6327c0588c456c14594984f76 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
f5c906c598
commit
ff5504b4da
@@ -46,10 +46,8 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
PURE_FTPD_CONF_OPTS += --with-tls
|
||||
PURE_FTPD_DEPENDENCIES += openssl
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
PURE_FTPD_CONF_ENV += LIBS='-lssl -lcrypto -lz'
|
||||
endif
|
||||
PURE_FTPD_DEPENDENCIES += host-pkgconf openssl
|
||||
PURE_FTPD_CONF_ENV += LIBS=`$(PKG_CONFIG_HOST_BINARY) --libs openssl`
|
||||
else
|
||||
PURE_FTPD_CONF_OPTS += --without-tls
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user