projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa04f87
)
remove zlib dependency
author
Hans Zandbelt
<hans.zandbelt@gmail.com>
Sat, 13 Dec 2008 20:28:08 +0000
(20:28 +0000)
committer
Hans Zandbelt
<hans.zandbelt@gmail.com>
Sat, 13 Dec 2008 20:28:08 +0000
(20:28 +0000)
SVN-Revision: 13623
net/radsecproxy/Makefile
patch
|
blob
|
history
diff --git
a/net/radsecproxy/Makefile
b/net/radsecproxy/Makefile
index b6bc32995badcef97c593c0c7a08dcc292fe0dad..54486662c8115f8567d9f4a968cb6a3ebe7b7454 100644
(file)
--- 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)" \