This patch removes the dependency on libgsm for the current Asterisk 1.4.x 
build.
This wrong dependency is a side-effect of "make all" where libgsm accidentally
is built before Asterisk gets built.

This problem is described in: https://dev.openwrt.org/ticket/4592
The patch was already applied to the packages trunk as:
https://dev.openwrt.org/changeset/14712

It should be applied to the package_8.09 tree as well and the binaries
repository for 8.09 should be updated as it contains a non-functional
Asterisk as it is right now

Signed-off-by: Hans Zandbelt <hans.zandb...@gmail.com>

Index: packages/net/asterisk-1.4.x/Makefile
===================================================================
--- packages/net/asterisk-1.4.x/Makefile        (revision 14654)
+++ packages/net/asterisk-1.4.x/Makefile        (working copy)
@@ -10,7 +10,7 @@
 
 PKG_NAME:=asterisk
 PKG_VERSION:=1.4.23.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.digium.com/pub/asterisk/releases/
@@ -338,7 +338,7 @@
 CONFIGURE_ARGS+= \
        --without-curl \
        --without-curses \
-       --with-gsm="$(STAGING_DIR)/usr" \
+       --with-gsm="internal" \
        --without-imap \
        --without-isdnnet \
        --without-kde \


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to