[package] update znc to 0.070 (#5548)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16898 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=znc
|
PKG_NAME:=znc
|
||||||
PKG_VERSION:=0.068
|
PKG_VERSION:=0.070
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/znc
|
PKG_SOURCE_URL:=@SF/znc
|
||||||
PKG_MD5SUM:=763162d90c67814780de67aa88347c38
|
PKG_MD5SUM:=18bb813cb350c6db014a0d82ecdf85fe
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -27,12 +27,13 @@ define Package/znc
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/znc/description
|
define Package/znc/description
|
||||||
ZNC is an IRC bouncer with many advanced features like detaching, multiple users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and c++ module
|
ZNC is an IRC bouncer with many advanced features like detaching,
|
||||||
support to name a few.
|
multiple users, per channel playback buffer, SSL, IPv6, transparent DCC
|
||||||
|
bouncing, and c++ module support to name a few.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
CXX="$(TARGET_CROSS)-g++"
|
CXX="$(TARGET_CROSS)-g++-uc"
|
||||||
CXXFLAGS="$(TARGET_CFLAGS) -fno-builtin -fno-rtti -nostdinc++" \
|
CXXFLAGS="$(TARGET_CFLAGS) -fno-builtin -fno-rtti -nostdinc++" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||||
LDFLAGS="-nodefaultlibs -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib"
|
LDFLAGS="-nodefaultlibs -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib"
|
||||||
@ -43,6 +44,9 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-perl \
|
--disable-perl \
|
||||||
--disable-ipv6 \
|
--disable-ipv6 \
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
CXX="g++-uc"
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default,)
|
$(call Build/Configure/Default,)
|
||||||
$(call libtool_disable_rpath)
|
$(call libtool_disable_rpath)
|
||||||
|
Reference in New Issue
Block a user