]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/libpri
n gaaaanz frischer Asterisk und n gut aufgemotzter Kernel
[people/teissler/ipfire-2.x.git] / lfs / libpri
index b3c597129b0090ed296044b4e3fe106ced3ed840..5be2f5f8ca60ccce7bc8e751e32413bf57749f1f 100644 (file)
@@ -26,7 +26,7 @@
 
 include Config
 
-VER        = 1.4.0
+VER        = 1.4.1
 
 THISAPP    = libpri-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 09b039226e43a810d523bc076823c6a9
+$(DL_FILE)_MD5 = 9e5da1f2267711d9aaaf91ffa925b219
 
 install : $(TARGET)
 
@@ -52,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
-       @$(PAK)
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
@@ -75,7 +72,6 @@ $(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) && patch -Np1 < $(DIR_SRC)/src/patches/libpri.patch
        cd $(DIR_APP) && make $(MAKETUNING) clean all KVERS=$(KVER)
        cd $(DIR_APP) && make install KVERS=$(KVER)
        @rm -rf $(DIR_APP)