From: Michael Tremer Date: Wed, 2 Apr 2008 19:28:01 +0000 (+0200) Subject: Updated bzip2 to 1.0.5 and added --sysconfdir-option to man-db. X-Git-Tag: v3.0-alpha1~1054^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b1e046d769aec6eb16af4e2441e08f7388c8f7b;p=ipfire-3.x.git Updated bzip2 to 1.0.5 and added --sysconfdir-option to man-db. --- diff --git a/lfs/bzip2 b/lfs/bzip2 index e32b9477f..874e196d0 100644 --- a/lfs/bzip2 +++ b/lfs/bzip2 @@ -25,7 +25,7 @@ include Config PKG_NAME = bzip2 -VER = 1.0.4 +VER = 1.0.5 THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.gz diff --git a/lfs/man-db b/lfs/man-db index 8f71a3f79..466891630 100644 --- a/lfs/man-db +++ b/lfs/man-db @@ -58,7 +58,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && echo -e "#define COL \"/usr/bin/col\"" >> include/manconfig.h.in 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 --libexecdir=/usr/lib --disable-setuid + cd $(DIR_APP) && ./configure --prefix=/usr \ + --libexecdir=/usr/lib \ + --sysconfdir=/etc \ + --disable-setuid cd $(DIR_APP) && make #-j $(PARALLELISM) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)