From 08b2ca64df7444a1eceec061bb2de948d4964c21 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 16 Feb 2004 01:18:43 +0000 Subject: Upgrade since 2.5.4 has a configuration bug which builds with largefiles but doesn't set the correct feature macro. This resulted in fseeko not being prototyped and patch failing on some platforms. --- make/patch.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make/patch.mk') diff --git a/make/patch.mk b/make/patch.mk index a206c9ceb..d49102c85 100644 --- a/make/patch.mk +++ b/make/patch.mk @@ -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 -- cgit v1.2.3