]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/iputils
Zwischencommit fuer LFS.
[people/teissler/ipfire-2.x.git] / lfs / iputils
index e7ad9d70c215f39547f2a9775d6f92ffd4088d06..4bbbd3e8f7a57b8b883f6a26ba59f73da8e1ee70 100644 (file)
@@ -72,6 +72,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) && patch -Np1 -i $(DIR_SRC)/src/patches/iputils-20020927-headers.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/iputils-20020927-rh.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/iputils-glibckernheaders.patch
        cd $(DIR_APP) && make ping
        cd $(DIR_APP) && install -m 0755 ping /usr/bin
        @rm -rf $(DIR_APP)