mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:32:29 +02:00
build asterisk correctly with DEVELOPER=1 and not all config options enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1144 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a0623362fc
commit
7c0b2c7523
@ -23,6 +23,11 @@ $(eval $(call PKG_template,ASTERISK_CODEC_LPC10,asterisk-codec-lpc10,$(PKG_VERSI
|
||||
$(eval $(call PKG_template,ASTERISK_CODEC_SPEEX,asterisk-codec-speex,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
$(eval $(call PKG_template,ASTERISK_PBX_DUNDI,asterisk-pbx-dundi,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
ifneq ($(DEVELOPER),)
|
||||
APPS:=app_sql_mysql.so app_sql_postgres.so
|
||||
MODS:=cdr_mysql.so cdr_pgsql.so
|
||||
SPEEX:=codec_speex.so
|
||||
else
|
||||
APPS:=
|
||||
MODS:=
|
||||
ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),)
|
||||
@ -36,6 +41,7 @@ endif
|
||||
ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),)
|
||||
SPEEX:=codec_speex.so
|
||||
endif
|
||||
endif
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user