]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated bzip2 to 1.0.5 and added --sysconfdir-option to man-db.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Apr 2008 19:28:01 +0000 (21:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Apr 2008 19:28:01 +0000 (21:28 +0200)
lfs/bzip2
lfs/man-db

index e32b9477fecf2d3cebcd7f02b5481f25c7d27fe3..874e196d0484e9313c902d0d876cd1c0928ca998 100644 (file)
--- 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
index 8f71a3f79374fc77c59bbac13735dab134a94db0..466891630327207bd967ffd69224d702770a7760 100644 (file)
@@ -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)