]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/asterisk
ncat: Update to 7.91
[ipfire-2.x.git] / lfs / asterisk
index 8b0da16486b8a0ed62d08a5c8df2bf75747006ac..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    = 22
+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 \
@@ -99,6 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable res_srtp \
                --enable EXTRA-SOUNDS-EN-GSM \
                --enable MOH-OPSOUND-GSM  \
+               --disable BUILD_NATIVE \
                menuselect.makeopts
 
        # add additional sounds