[packages] openssh: if CONFIG_OPENSSL_ENGINE is defined compile with --with-ssl-engine
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29087 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e3d65dda0
commit
8696488401
@ -127,6 +127,11 @@ CONFIGURE_ARGS+= \
|
||||
--without-pam \
|
||||
--without-x
|
||||
|
||||
ifdef CONFIG_OPENSSL_ENGINE
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-ssl-engine
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_SSP_SUPPORT),y)
|
||||
CONFIGURE_ARGS += \
|
||||
--without-stackprotect
|
||||
|
Loading…
x
Reference in New Issue
Block a user