mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
n gaaaanz frischer Asterisk und n gut aufgemotzter Kernel
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@705 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user