From: Michael Tremer Date: Sat, 21 Feb 2009 22:40:04 +0000 (+0100) Subject: Updated readline to 6.0. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b0215993ad5d4c9754fb7f85e4d4d4cf873e4e5;p=ipfire-3.x.git Updated readline to 6.0. --- diff --git a/lfs/readline b/lfs/readline index cd833d998..f887590b5 100644 --- a/lfs/readline +++ b/lfs/readline @@ -25,7 +25,7 @@ include Config PKG_NAME = readline -PKG_VER = 5.2 +PKG_VER = 6.0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz @@ -37,7 +37,7 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) # Top-level Rules ############################################################################### -objects = $(DL_FILE) $(THISAPP)-fixes-6.patch +objects = $(DL_FILE) install : $(OBJECT) @@ -53,9 +53,8 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && sed -i '/MV.*old/d' Makefile.in - cd $(DIR_APP) && sed -i '/{OLDSUFF}/c:' support/shlib-install - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-fixes-6.patch + #cd $(DIR_APP) && sed -i '/MV.*old/d' Makefile.in + #cd $(DIR_APP) && sed -i '/{OLDSUFF}/c:' support/shlib-install cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \ @@ -66,7 +65,7 @@ $(OBJECT) : cd $(DIR_APP) && make install rm -fv /lib/lib{readline,history}.so - ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so - ln -sfv ../../lib/libhistory.so.5 /usr/lib/libhistory.so + ln -sfv ../../lib/libreadline.so.6 /usr/lib/libreadline.so + ln -sfv ../../lib/libhistory.so.6 /usr/lib/libhistory.so @rm -rf $(DIR_APP) @$(POSTBUILD)