Upgrade since 2.5.4 has a configuration bug which builds with largefiles
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 16 Feb 2004 01:18:43 +0000 (01:18 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 16 Feb 2004 01:18:43 +0000 (01:18 -0000)
but doesn't set the correct feature macro.  This resulted in fseeko not
being prototyped and patch failing on some platforms.

make/patch.mk

index a206c9ceb7bd7c4a158e5e95eb9d1da23285f094..d49102c8554aa7351f3cc229d276d5ea58a2d486 100644 (file)
@@ -3,10 +3,10 @@
 # patch
 #
 #############################################################
-GNUPATCH_SOURCE:=patch-2.5.4.tar.gz
-GNUPATCH_SITE:=ftp://ftp.gnu.org/pub/gnu/patch
+GNUPATCH_SOURCE:=patch_2.5.9.orig.tar.gz
+GNUPATCH_SITE:=http://ftp.debian.org/debian/pool/main/p/patch
 GNUPATCH_CAT:=zcat
-GNUPATCH_DIR:=$(BUILD_DIR)/patch-2.5.4
+GNUPATCH_DIR:=$(BUILD_DIR)/patch-2.5.9
 GNUPATCH_BINARY:=patch
 GNUPATCH_TARGET_BINARY:=usr/bin/patch