remove zlib dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13623 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
34b99bde21
commit
9efbe01f3d
@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/radsecproxy
|
define Package/radsecproxy
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl +libpthread +zlib
|
DEPENDS:=+libopenssl +libpthread
|
||||||
TITLE:=radsecproxy
|
TITLE:=radsecproxy
|
||||||
URL:=http://software.uninett.no/radsecproxy
|
URL:=http://software.uninett.no/radsecproxy
|
||||||
endef
|
endef
|
||||||
@ -33,8 +33,6 @@ endef
|
|||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-ssl="$(STAGING_DIR)/usr"
|
--with-ssl="$(STAGING_DIR)/usr"
|
||||||
|
|
||||||
#LIBS="-lz" \
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user