mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
pwlib geändert.
busybox: tar.c größe auf 150 gesetzt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@99 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -90,6 +90,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && sed -i -e 's/#define BB_RMMOD//' Config.h; \
|
||||
cd $(DIR_APP) && sed -i -e 's/#define BB_MODPROBE//' Config.h; \
|
||||
fi
|
||||
cd $(DIR_APP) && sed -i -e 's/enum { NAME_SIZE = 100 };/enum { NAME_SIZE = 150 };/' tar.c; \
|
||||
|
||||
cd $(DIR_APP) && make
|
||||
-mkdir -p /install/initrd/bin
|
||||
cd $(DIR_APP) && install -m 0755 busybox /install/initrd/bin
|
||||
|
||||
@@ -80,6 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
mv /usr/include/ldap.h /
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr
|
||||
cd $(DIR_APP) && make both && make install
|
||||
mv /ldap.h /usr/include
|
||||
mv /ldap.h /usr/include
|
||||
cd $(DIR_APP) && make opt && make install
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user