Hi, asterisk 1.8.11.0 doesn't compile in trunk without updating 500-nres.patch. Patch includes modified Makefile.
Index: feeds/packages/net/asterisk-1.8.x/patches/500-nres.patch =================================================================== --- feeds/packages/net/asterisk-1.8.x/patches/500-nres.patch (revision 31215) +++ feeds/packages/net/asterisk-1.8.x/patches/500-nres.patch (working copy) @@ -1,11 +1,11 @@ --- a/configure +++ b/configure -@@ -16784,7 +16784,7 @@ if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +@@ -24490,7 +24490,7 @@ $as_echo "yes" >&6; } --$as_echo "#define HAVE_RES_NINIT 1" >>confdefs.h -+$as_echo "//#define HAVE_RES_NINIT 1" >>confdefs.h + cat >>confdefs.h <<\_ACEOF +-#define HAVE_RES_NINIT 1 ++//#define HAVE_RES_NINIT 1 + _ACEOF - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing res_9_ndestroy" >&5 - $as_echo_n "checking for library containing res_9_ndestroy... " >&6; } + { $as_echo "$as_me:$LINENO: checking for library containing res_9_ndestroy" >&5 Index: feeds/packages/net/asterisk-1.8.x/Makefile =================================================================== --- feeds/packages/net/asterisk-1.8.x/Makefile (revision 31215) +++ feeds/packages/net/asterisk-1.8.x/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk18 -PKG_VERSION:=1.8.10.0 +PKG_VERSION:=1.8.11.0 PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ -PKG_MD5SUM:=7b0f4c40ff21ffab6d777e4fa16ec724 +PKG_MD5SUM:=314f74c0bde4094046410978195f9396 PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION) _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel