]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libpri
core128: Ship updated curl
[people/pmueller/ipfire-2.x.git] / lfs / libpri
index 7a79979174d9faa2b6044ba4e240b02553276e7b..cc09c1b43c2c704e47a05749cc2c8b34840a03a3 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# 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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.4.1
+VER        = 1.4.10.2
 
 THISAPP    = libpri-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,10 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libpri
-PAK_VER    = 1
+PAK_VER    = 2
 
-DESCDE     = "Libpri ist eine Hilfsbibliothek für Asterisk."
-DESCEN     = "Libpri is a library used by asterisk PBX."
 DEPS       = ""
 
 ###############################################################################
@@ -46,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9e5da1f2267711d9aaaf91ffa925b219
+$(DL_FILE)_MD5 = dc1523d8ee027cd62f20fc6cc9727489
 
 install : $(TARGET)
 
@@ -79,7 +77,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && make $(MAKETUNING) clean all KVERS=$(KVER)
+       cd $(DIR_APP) && make $(MAKETUNING) clean all KVERS=$(KVER) \
+               CFLAGS="$(CFLAGS)"
        cd $(DIR_APP) && make install KVERS=$(KVER)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)