]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/readline
Nochmal ein kleiner Fix fuer die Devel-Version...
[ipfire-2.x.git] / lfs / readline
index 1e73f843347413ceacf0647ce46fb0db334836c3..e57477bed8449adf7984702e7e3a68456b5cb228 100644 (file)
@@ -72,11 +72,11 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/readline-5.1-fixes-3.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/readline-5.1-fixes-3.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 --prefix=/usr --libdir=/lib
-       cd $(DIR_APP) && make SHLIB_LIBS=-lncurses
+       cd $(DIR_APP) && make $(MAKETUNING) SHLIB_LIBS=-lncurses
        cd $(DIR_APP) && make install
        chmod -v 755 /lib/lib{readline,history}.so*
        mv -v /lib/lib{readline,history}.a /usr/lib