From: Michael Tremer Date: Sat, 10 Oct 2009 19:12:11 +0000 (+0200) Subject: Update kdb to 1.15.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d661e2d031f42ebce4b728bfa8dc7a15877070f;p=ipfire-3.x.git Update kdb to 1.15.1. This fixes issue #476. --- diff --git a/lfs/kbd b/lfs/kbd index c8fea9c7e..a283e207b 100644 --- a/lfs/kbd +++ b/lfs/kbd @@ -25,7 +25,7 @@ include Config PKG_NAME = kbd -PKG_VER = 1.15 +PKG_VER = 1.15.1 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -89,6 +89,8 @@ $(OBJECT): $(objects) cd $(DIR_APP) && $(EXTRACTOR) $(DIR_DL)/kbd-latsun-fonts.tar.bz2 cd $(DIR_APP) && $(EXTRACTOR) $(DIR_DL)/kbd-latarcyrheb-16-fixed.tar.bz2 + cd $(DIR_APP) && autoreconf --force --install + cd $(DIR_APP) && sed -i "s/ifdef OPTIONAL_PROGS/ifeq (\$$(OPTIONAL_PROGS),yes)/" man/Makefile.in cd $(DIR_APP) && \ ./configure \