diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 09:30:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 09:30:25 +0200 |
commit | 52785211ffc346188e1b8b767045491f11e8747c (patch) | |
tree | fa72274a2bc1ff3cd667ad5e3ca46c1ce64d5f9d /package/asterisk | |
parent | 394842d31c51cb642d7ed7a65948d15fd65985ce (diff) |
fix iax subpackage
Diffstat (limited to 'package/asterisk')
-rw-r--r-- | package/asterisk/Makefile | 5 | ||||
-rw-r--r-- | package/asterisk/files/asterisk.conffiles | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index 2a9dd70b5..2a82737d9 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -107,7 +107,7 @@ CONFIGURE_ARGS+= --without-misdn \ CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= STRIP=${STRIP} BUILD_STYLE:= auto -MAKE_ENV= ASTCFLAGS="${TCPPFLAGS} ${TCFLAGS}" \ +MAKE_ENV= ASTCFLAGS="${TCPPFLAGS} ${TCFLAGS} -DHAVE_STRTOQ" \ ASTLDFLAGS="${TLDFLAGS}" MAKE_FLAGS+= DESTDIR="$(WRKINST)" \ OPTIMIZE="${TARGET_OPTIMIZATION}" \ @@ -149,6 +149,7 @@ do-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} *zapateller* *jpeg*; \ rm -f chan_bluetooth.so ; \ rm -f chan_h323.so ; \ + rm -f chan_iax2.so ; \ rm -f chan_mgcp.so ; \ rm -f chan_skinny.so ; \ rm -f {codec,format}_ilbc.so ; \ @@ -158,7 +159,7 @@ do-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} rm -f res_agi.so ; \ ) (cd $(IDIR_ASTERISK)/etc/asterisk; \ - rm -f *odbc* *mysql* *postgres* *pgsql* *voicemail* *adsi* *oss* *alsa* \ + rm -f *iax* *odbc* *mysql* *postgres* *pgsql* *voicemail* *adsi* *oss* *alsa* \ *festival* *modem* *meetme* *phone* *tds* *vofr* *rpt* *vpb* \ *zapata*; \ rm -f bluetooth.conf ; \ diff --git a/package/asterisk/files/asterisk.conffiles b/package/asterisk/files/asterisk.conffiles index 5f805dedb..2cb705f9c 100644 --- a/package/asterisk/files/asterisk.conffiles +++ b/package/asterisk/files/asterisk.conffiles @@ -7,8 +7,6 @@ /etc/asterisk/extconfig.conf /etc/asterisk/extensions.conf /etc/asterisk/features.conf -/etc/asterisk/iax.conf -/etc/asterisk/iaxprov.conf /etc/asterisk/indications.conf /etc/asterisk/logger.conf /etc/asterisk/manager.conf |