mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Merge branch 'master' of ssh://peterman@people.ipfire.org/pub/git/ipfire-2.x
This commit is contained in:
6
lfs/curl
6
lfs/curl
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 7.19.4
|
||||
VER = 7.19.5
|
||||
|
||||
THISAPP = curl-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 2734167c1e5f7ce6be99b75d2d371d85
|
||||
$(DL_FILE)_MD5 = 426d161661dce70c8ea9ad8f553363a3
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -74,6 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
# Create symlink to new curl lib for old binaries
|
||||
ln -s libcurl.so.4 /usr/lib/libcurl.so.3
|
||||
ln -sf libcurl.so.4 /usr/lib/libcurl.so.3
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -35,7 +35,7 @@ CFLAGS =
|
||||
CXXFLAGS =
|
||||
|
||||
PROG = linux-xen
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
DEPS = ""
|
||||
|
||||
# Normal build or XEN build.
|
||||
|
||||
4
lfs/ntp
4
lfs/ntp
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 4.2.2
|
||||
VER = 4.2.4p7
|
||||
|
||||
THISAPP = ntp-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 111d879acdcc955e60f527575ab0a71a
|
||||
$(DL_FILE)_MD5 = 8c19ff62ed4f7d64f8e2aa59cb11f364
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user