fix stunnel compile issue (#981)
authorFelix Fietkau <nbd@openwrt.org>
Sat, 25 Nov 2006 21:36:54 +0000 (21:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 25 Nov 2006 21:36:54 +0000 (21:36 +0000)
SVN-Revision: 5642

net/stunnel/Makefile

index 0c53499eaa0ad25bbf99a492801c8ce5f6475b5b..bd142c9efea9e49d1ccf4539c08f05cef64258ec 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