# HG changeset patch # User Pascal Bellard # Date 1338451004 -7200 # Node ID f7f371738f2a1e68efab13fb5f3318966ff82fdd # Parent 0f005c2005cb004908c2733c2c6df0885b412f2d asterisk: dahdi needs tonezone diff -r 0f005c2005cb -r f7f371738f2a asterisk/receipt --- a/asterisk/receipt Wed May 30 23:13:24 2012 +0200 +++ b/asterisk/receipt Thu May 31 09:56:44 2012 +0200 @@ -14,7 +14,7 @@ portaudio sqlite libkrb5 libcomerr3 libsdl-image" BUILD_DEPENDS="gtk+-dev libxml2-dev postgresql-dev libsdl-dev ncurses-dev \ gmime gmime-dev unixODBC-dev unixODBC openldap-dev openldap \ -dahdi-linux dahdi-tools" +dahdi-linux dahdi-tools dahdi-dev" CONFIG_FILES="/etc/asterisk" TAGS="telephone toolkit" @@ -44,6 +44,7 @@ --sysconfdir=/etc \ --without-pwlib \ --with-dahdi=$WOK/dahdi/$(ls $WOK/dahdi/taz) \ + --with-tonezone \ $CONFIGURE_ARGS && make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install &&