From 0e23e5e2422163a8e8b9926baf22f552b2804a8e Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 25 Nov 2006 21:36:54 +0000 Subject: [PATCH] fix stunnel compile issue (#981) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5642 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/stunnel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 0c53499ea..bd142c9ef 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -30,6 +30,7 @@ define Build/Configure $(call Build/Configure/Default, \ --with-random=/dev/urandom \ --with-threads=fork \ + --with-ssl=$(STAGING_DIR)/usr \ ) endef -- 2.11.0