From cd87431c7066fd51b9a264519f704113e14cbf2a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 3 Aug 2010 12:07:33 +0000 Subject: [PATCH] [packages] stunnel: cleanup SVN-Revision: 22473 --- net/stunnel/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 59acf97663..98dd5d0d2b 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -11,9 +11,9 @@ PKG_NAME:=stunnel PKG_VERSION:=4.33 PKG_RELEASE:=1 -PKG_MD5SUM:=559a864066d8cc4afd8a97682c90d41c PKG_SOURCE_URL:=http://www.stunnel.org/download/stunnel/src/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_MD5SUM:=559a864066d8cc4afd8a97682c90d41c PKG_FIXUP:=libtool PKG_INSTALL:=1 @@ -40,13 +40,10 @@ define Package/stunnel/conffiles /etc/stunnel/stunnel.conf endef -define Build/Configure - $(call Build/Configure/Default, \ - --with-random=/dev/urandom \ - --with-threads=fork \ - --with-ssl=$(STAGING_DIR)/usr \ - ) -endef +CONFIGURE_ARGS+= \ + --with-random=/dev/urandom \ + --with-threads=fork \ + --with-ssl=$(STAGING_DIR)/usr \ define Build/Compile mkdir -p $(PKG_INSTALL_DIR)/etc/stunnel -- 2.30.2