fix stunnel compile issue (#981)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Nov 2006 21:36:54 +0000 (21:36 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Nov 2006 21:36:54 +0000 (21:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5642 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/stunnel/Makefile

index 0c53499..bd142c9 100644 (file)
@@ -30,6 +30,7 @@ define Build/Configure
        $(call Build/Configure/Default, \
                --with-random=/dev/urandom \
                --with-threads=fork \
+               --with-ssl=$(STAGING_DIR)/usr \
        )
 endef