[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:
tripolar 2011-11-14 00:51:20 +00:00
parent 6e3d65dda0
commit 8696488401

View File

@ -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