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:
casemaster
2006-04-10 21:10:53 +00:00
parent c96732622b
commit 34f003a126
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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)