mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
vsftpd: fix SSL dependency
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
f43f4f433e
commit
cfb5fd9e10
@@ -14,7 +14,7 @@ endef
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
VSFTPD_DEPENDENCIES += openssl
|
||||
VSFTPD_LIBS += -lssl
|
||||
VSFTPD_LIBS += -lssl -lcrypto
|
||||
VSFTPD_POST_CONFIGURE_HOOKS += VSFTPD_ENABLE_SSL
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user