From 8696488401a42e76ec2c7b6da7227e0f99de4f83 Mon Sep 17 00:00:00 2001 From: tripolar Date: Mon, 14 Nov 2011 00:51:20 +0000 Subject: [PATCH] [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 --- net/openssh/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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