mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
A big collection of build errors...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1035 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
* diffutils-2.8.1
|
||||
* dnsmasq-2.40
|
||||
* dosfstools-2.11
|
||||
* e2fsprogs-1.40.2
|
||||
* e2fsprogs-1.39
|
||||
* ed-0.2
|
||||
* espgs-8.15.1
|
||||
* etherwake-1.09
|
||||
|
||||
4
lfs/cpio
4
lfs/cpio
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.9
|
||||
VER = 2.6
|
||||
|
||||
THISAPP = cpio-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 2bb997a33555d4dc79d45d0cdf02cedd
|
||||
$(DL_FILE)_MD5 = 76b4145f33df088a5bade3bf4373d17d
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
2
lfs/dhcp
2
lfs/dhcp
@@ -70,7 +70,7 @@ $(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/$(THISAPP)-iproute2-1.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp-3.0.4-iproute2-1.patch
|
||||
cd $(DIR_APP) && ./configure
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make LIBDIR=/usr/lib INCDIR=/usr/include install
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.1.7
|
||||
VER = 2.0.8
|
||||
|
||||
THISAPP = dhcpcd-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 6f69c3c9d3b36666078c4aba25e650ab
|
||||
$(DL_FILE)_MD5 = ec91c33b6d9cb46a42f9564e573fd249
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.40.2
|
||||
VER = 1.39
|
||||
|
||||
THISAPP = e2fsprogs-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 130ce559a0f311ea2bc04a47b4982d0a
|
||||
$(DL_FILE)_MD5 = 06f7806782e357797fad1d34b7ced0c6
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = d41d8cd98f00b204e9800998ecf8427e
|
||||
$(DL_FILE)_MD5 = 66b97500b0a1e3c0916b3b5314f597f5
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user