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:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user