]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/asterisk
fireinfo: Update to 2.2.0
[people/pmueller/ipfire-2.x.git] / lfs / asterisk
index de2d3192e6d479c6c8f0c4fe2d33a90ca91e12ea..6651ba13c189f676a6c2f45997119a5e5c49abf3 100755 (executable)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -28,9 +28,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = asterisk
-PAK_VER    = 21
+PAK_VER    = 26
 
-DEPS       = "jansson libsrtp opus"
+DEPS       = libsrtp opus
 
 ###############################################################################
 # Top-level Rules
@@ -82,6 +82,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
 
        # configure asterisk
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/var/ipfire \
@@ -97,11 +98,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # enable additional features (include following sound-tars)
        cd $(DIR_APP) && make menuselect.makeopts && menuselect/menuselect \
                --enable res_srtp \
-               --enable app_mysql \
-               --enable cdr_mysql \
-               --enable res_config_mysql \
                --enable EXTRA-SOUNDS-EN-GSM \
                --enable MOH-OPSOUND-GSM  \
+               --disable BUILD_NATIVE \
                menuselect.makeopts
 
        # add additional sounds