From: Felix Fietkau Date: Sat, 25 Nov 2006 21:36:54 +0000 (+0000) Subject: fix stunnel compile issue (#981) X-Git-Tag: whiterussian_0.9~58 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ae5e31b959c33217bcc6390826087cb95603e910;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix stunnel compile issue (#981) SVN-Revision: 5642 --- diff --git a/openwrt/package/stunnel/Makefile b/openwrt/package/stunnel/Makefile index a4bc6633e7..680abd3611 100644 --- a/openwrt/package/stunnel/Makefile +++ b/openwrt/package/stunnel/Makefile @@ -43,6 +43,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared --sysconfdir=/etc \ --with-random=/dev/urandom \ --with-threads=fork \ + --with-ssl=$(STAGING_DIR)/usr \ ); touch $@