From: tripolar Date: Mon, 14 Nov 2011 00:51:20 +0000 (+0000) Subject: [packages] openssh: if CONFIG_OPENSSL_ENGINE is defined compile with --with-ssl-engine X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8696488401a42e76ec2c7b6da7227e0f99de4f83;p=packages.git [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 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index d668be4f9..527bd98f5 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -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