]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Zwischencommit fuer LFS. Man, Sysklogd und Shadow.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 8 Oct 2006 19:29:44 +0000 (19:29 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 8 Oct 2006 19:29:44 +0000 (19:29 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@309 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

lfs/man
lfs/shadow
lfs/sysklogd

diff --git a/lfs/man b/lfs/man
index 2515a836bf3752fd170f2c402279994dceaa7506..49d56de9b699d1bb98d011def8d1763d6bff109c 100644 (file)
--- a/lfs/man
+++ b/lfs/man
@@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && echo -e "#define VGRIND \"/usr/bin/vgrind\"" >> include/manconfig.h.in
        cd $(DIR_APP) && echo -e "#define GRAP \"/usr/bin/grap\"" >> include/manconfig.h.in
        cd $(DIR_APP) && ./configure --prefix=/usr --enable-mb-groff --disable-setuid
-       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 477a0d83e8d15222a97618d4fba812ce39fedd76..93a7576de0f193c30af4ad7aa10c4c430407076e 100644 (file)
@@ -71,7 +71,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --libdir=/lib --enable-shared --without-selinux --disable-nls
        cd $(DIR_APP) && sed -i 's/groups$(EXEEXT) //' src/Makefile
        cd $(DIR_APP) && find man -name Makefile -exec sed -i '/groups/d' {} \;
index 2a38cb51a87c645ecb744304efd76ac5c08268d3..68a079d356c40811975dcff08083d727c7422f63 100644 (file)
@@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-fixes-1.patch
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-1.4.1-8bit-1.patch
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-8bit-1.patch
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        touch /var/log/{boot.log,dhcpcd.log,messages,ovpnserver.log}