fix stunnel compile issue (#981)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5642 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-11-25 21:36:54 +00:00
parent c0e5247848
commit 0e23e5e242

View 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