Committed revision 23626.

On Sat, Oct 23, 2010 at 6:32 PM, Jonas Gorski <
jonas.gorski+open...@gmail.com <jonas.gorski%2bopen...@gmail.com>> wrote:

> Update ZNC to the newest version. Building modules cannot be disabled
> anymore, so just remove the only one that doesn't build (webadmin).
>
> Signed-off-by: Jonas Gorski 
> <jonas.gorski+open...@gmail.com<jonas.gorski%2bopen...@gmail.com>
> >
> ---
>  net/znc/Makefile |    9 +++++----
>  1 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/net/znc/Makefile b/net/znc/Makefile
> index 44b4a84..e7b7243 100644
> --- a/net/znc/Makefile
> +++ b/net/znc/Makefile
> @@ -8,12 +8,12 @@
>  include $(TOPDIR)/rules.mk
>
>  PKG_NAME:=znc
> -PKG_VERSION:=0.078
> -PKG_RELEASE:=2
> +PKG_VERSION:=0.094
> +PKG_RELEASE:=1
>
>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
>  PKG_SOURCE_URL:=...@sf/znc
> -PKG_MD5SUM:=b1379bd6609353ebbc8df7ec19bd004f
> +PKG_MD5SUM:=db101f7a7756285d824b59e3b33e3ad5
>
>  PKG_BUILD_PARALLEL:=1
>
> @@ -43,13 +43,14 @@ CONFIGURE_VARS += \
>
>  CONFIGURE_ARGS += \
>        --disable-c-ares \
> -       --disable-modules \
>        --disable-perl
>
>  MAKE_FLAGS += \
>        CXX="$(STAGING_DIR)/host/bin/g++-uc"
>
>  define Build/Configure
> +       # webadmin doesn't compile
> +       $(RM) $(PKG_BUILD_DIR)/modules/webadmin.cpp
>        $(call Build/Configure/Default,)
>        $(call libtool_disable_rpath)
>  endef
> --
> 1.5.6.5
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to