projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a631d20
)
update znc to 0.078 (#6409)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 29 Dec 2009 18:59:50 +0000
(18:59 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 29 Dec 2009 18:59:50 +0000
(18:59 +0000)
SVN-Revision: 18963
net/znc/Makefile
patch
|
blob
|
history
diff --git
a/net/znc/Makefile
b/net/znc/Makefile
index 7a6846e3163ee82a7e9fc54836124f87907b84e1..20230ad4fa06dc6c49ebb2de0ba70646fbbe5816 100644
(file)
--- a/
net/znc/Makefile
+++ b/
net/znc/Makefile
@@
-8,12
+8,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=znc
-PKG_VERSION:=0.07
6
+PKG_VERSION:=0.07
8
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/znc
-PKG_MD5SUM:=
03c2804b91225e83884f06078f6db568
+PKG_MD5SUM:=
b1379bd6609353ebbc8df7ec19bd004f
include $(INCLUDE_DIR)/package.mk
@@
-41,8
+41,9
@@
CONFIGURE_VARS += \
CONFIGURE_ARGS += \
$(TARGET_CONFIGURE_OPTS) \
- --disable-perl \
--disable-c-ares \
+ --disable-modules \
+ --disable-perl \
MAKE_FLAGS += \
CXX="g++-uc"