From: Hans Zandbelt Date: Sat, 13 Dec 2008 20:28:08 +0000 (+0000) Subject: remove zlib dependency X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=8e7d1ab420be64d448fa74f92578b6762576fccf;hp=fa04f87d73295a8579ee9ad55c630fe3aba1ecce remove zlib dependency SVN-Revision: 13623 --- diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index b6bc32995b..54486662c8 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/radsecproxy SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +libpthread +zlib + DEPENDS:=+libopenssl +libpthread TITLE:=radsecproxy URL:=http://software.uninett.no/radsecproxy endef @@ -33,8 +33,6 @@ endef CONFIGURE_ARGS+= \ --with-ssl="$(STAGING_DIR)/usr" -#LIBS="-lz" \ - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \