From: nbd Date: Sat, 25 Nov 2006 21:36:54 +0000 (+0000) Subject: fix stunnel compile issue (#981) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0e23e5e2422163a8e8b9926baf22f552b2804a8e;p=packages.git fix stunnel compile issue (#981) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5642 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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