From f7265acaf0e8d168922831985700a5aef4e87627 Mon Sep 17 00:00:00 2001 From: zandbelt Date: Sun, 1 Mar 2009 12:35:09 +0000 Subject: [PATCH] fix libgsm dependency; please apply to the packages_8.09 branch too and update the package binaries for 8.09 git-svn-id: svn://svn.openwrt.org/openwrt/packages@14712 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/asterisk-1.4.x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/asterisk-1.4.x/Makefile b/net/asterisk-1.4.x/Makefile index eb77ac03d..65d21eff9 100644 --- a/net/asterisk-1.4.x/Makefile +++ b/net/asterisk-1.4.x/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk 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 @@ endef CONFIGURE_ARGS+= \ --without-curl \ --without-curses \ - --with-gsm="$(STAGING_DIR)/usr" \ + --with-gsm="internal" \ --without-imap \ --without-isdnnet \ --without-kde \