wok rev 12949

asterisk: dahdi needs tonezone
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 09:56:44 2012 +0200 (2012-05-31)
parents 0f005c2005cb
children fa0c774e9da5
files asterisk/receipt
line diff
     1.1 --- a/asterisk/receipt	Wed May 30 23:13:24 2012 +0200
     1.2 +++ b/asterisk/receipt	Thu May 31 09:56:44 2012 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  portaudio sqlite libkrb5 libcomerr3 libsdl-image"
     1.5  BUILD_DEPENDS="gtk+-dev libxml2-dev postgresql-dev libsdl-dev ncurses-dev \
     1.6  gmime gmime-dev unixODBC-dev unixODBC openldap-dev openldap \
     1.7 -dahdi-linux dahdi-tools"
     1.8 +dahdi-linux dahdi-tools dahdi-dev"
     1.9  CONFIG_FILES="/etc/asterisk"
    1.10  TAGS="telephone toolkit"
    1.11  
    1.12 @@ -44,6 +44,7 @@
    1.13  		--sysconfdir=/etc \
    1.14  		--without-pwlib \
    1.15  		--with-dahdi=$WOK/dahdi/$(ls $WOK/dahdi/taz) \
    1.16 +		--with-tonezone \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make $MAKEFLAGS &&
    1.19  	make DESTDIR=$PWD/_pkg install &&