]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Updated traceroute to Version 2.0.12
authorStefan Schantl <Stevee@ipfire.org>
Thu, 2 Apr 2009 13:46:53 +0000 (15:46 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 2 Apr 2009 13:46:53 +0000 (15:46 +0200)
config/rootfiles/packages/traceroute
lfs/traceroute

index 3d93281d4e8e07d28c4d0fbd1228fafd0ca9d488..155a82fc9b82de040306fcf8bcbe16403737c067 100644 (file)
@@ -1,2 +1,2 @@
-#usr/man/man8/traceroute.8
 usr/sbin/traceroute
+#usr/share/man/man8/traceroute.8
index 0c4b154c8ab509b6cd6ca0bb5b5634b53d7c8e29..fec18a4ceac8e896ecaffcc584d541de8d1cef9e 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.4a12
+VER        = 2.0.12
 
 THISAPP    = traceroute-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = traceroute
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 964d599ef696efccdeebe7721cd4828d
+$(DL_FILE)_MD5 = 2262a9d30ae85f12b759a38ef827f8f7
 
 install : $(TARGET)
 
@@ -77,11 +77,9 @@ $(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 's|@prefix@|/usr|' Makefile.in
-       cd $(DIR_APP) && ./configure
-       cd $(DIR_APP) && make $(MAKETUNING)
-       cd $(DIR_APP) && make install
-       cd $(DIR_APP) && make install-man
+       cd $(DIR_APP) && sed -i 's|hints.ai_flags = AI_IDN;|/* hints.ai_flags = AI_IDN; */|g' traceroute/traceroute.c
+       cd $(DIR_APP) && make 
+       cd $(DIR_APP) && make install prefix=/usr bindir=/usr/sbin
        chmod u-s /usr/sbin/traceroute
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)