]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/elfutils
Remove no longer needed texts, run "make.sh lang"
[people/pmueller/ipfire-2.x.git] / lfs / elfutils
index 3170d9b1e5cddc4774790080a4da212832b19994..8c86c3b7627e44034bd72e9381058d6216b84dc4 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.176
+VER        = 0.184
 
 THISAPP    = elfutils-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = elfutils
-PAK_VER    = 2
+PAK_VER    = 5
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 077e4f49320cad82bf17a997068b1db9
+$(DL_FILE)_MD5 = 9e5af45255ff7dc413de073da2ceff04
 
 install : $(TARGET)
 
@@ -77,7 +77,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure \
+                               --prefix=/usr \
+                               --disable-debuginfod \
+                               --disable-libdebuginfod
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)