]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/popt
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / popt
index 0ab713b8af546d472de502825734eca6bed48cdc..780f36f11bb43457a01ee934a9fb73755cb76260 100644 (file)
--- a/lfs/popt
+++ b/lfs/popt
@@ -26,7 +26,7 @@
 
 include Config
 
-VER        = 1.7
+VER        = 1.10.4
 
 THISAPP    = popt-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5988e7aeb0ae4dac8d83561265984cc9
+$(DL_FILE)_MD5 = dd22a6873b43d00f75e1c1b7dcfd1ff7
 
 install : $(TARGET)
 
@@ -72,8 +72,10 @@ $(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) && sed -i -e "/*origOptString ==/c 0)" popt.c
+       cd $(DIR_APP) && autoreconf -f -i
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)