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

openwrt/package/stunnel/Makefile

index a4bc6633e789b8689051ea22a143d24a67ba1ec6..680abd3611a54ae68f6d9fd6e1c1b479c4ff99e9 100644 (file)
@@ -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 $@