asterisk-1.8.x: update to 1.8.29, fix configure args
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
9a294eac7b
commit
c56ab7c375
2 changed files with 9 additions and 8 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=asterisk18
|
||||
PKG_VERSION:=1.8.28.2
|
||||
PKG_VERSION:=1.8.29.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||
PKG_MD5SUM:=c16f288f97ac39042eb8e9bee6766aff
|
||||
PKG_MD5SUM:=23778d7ebefdecd4c742d5de39f5e2c1
|
||||
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
||||
|
||||
|
@ -303,7 +303,7 @@ endif
|
|||
|
||||
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-mysql),)
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-mysqlclient="$(STAGING_DIR)/usr/bin"
|
||||
--with-mysqlclient
|
||||
else
|
||||
CONFIGURE_ARGS+= \
|
||||
--without-mysqlclient
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -16911,7 +16911,7 @@ if ac_fn_c_try_link "$LINENO"; then :
|
||||
diff -rupN asterisk-1.8.29.0/configure asterisk-1.29.0-new/configure
|
||||
--- asterisk-1.8.29.0/configure 2014-06-21 01:12:25.000000000 +0200
|
||||
+++ asterisk-1.29.0-new/configure 2014-07-17 20:29:27.122165674 +0200
|
||||
@@ -16925,8 +16925,6 @@ if ac_fn_c_try_link "$LINENO"; then :
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
$as_echo "yes" >&6; }
|
||||
|
||||
-$as_echo "#define HAVE_RES_NINIT 1" >>confdefs.h
|
||||
+$as_echo "//#define HAVE_RES_NINIT 1" >>confdefs.h
|
||||
|
||||
-
|
||||
{ $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; }
|
||||
if ${ac_cv_search_res_9_ndestroy+:} false; then :
|
||||
|
|
Loading…
Reference in a new issue