From 34f003a1264a2b1b1371eb31d6be5f3eaeaebe54 Mon Sep 17 00:00:00 2001 From: casemaster Date: Mon, 10 Apr 2006 21:10:53 +0000 Subject: [PATCH] =?UTF-8?q?pwlib=20ge=C3=A4ndert.=20busybox:=20tar.c=20gr?= =?UTF-8?q?=C3=B6=C3=9Fe=20auf=20150=20gesetzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@99 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/busybox | 2 ++ lfs/pwlib | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lfs/busybox b/lfs/busybox index f4b101c06..7df7c6196 100644 --- a/lfs/busybox +++ b/lfs/busybox @@ -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 diff --git a/lfs/pwlib b/lfs/pwlib index 93b1da63e..dfdbfbbf9 100644 --- a/lfs/pwlib +++ b/lfs/pwlib @@ -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)