From ae5e31b959c33217bcc6390826087cb95603e910 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 25 Nov 2006 21:36:54 +0000 Subject: [PATCH] fix stunnel compile issue (#981) SVN-Revision: 5642 --- openwrt/package/stunnel/Makefile | 1 + 1 file changed, 1 insertion(+) 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 $@ -- 2.30.2