From: Manuel Novoa III Date: Mon, 16 Feb 2004 01:18:43 +0000 (-0000) Subject: Upgrade since 2.5.4 has a configuration bug which builds with largefiles X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08b2ca64df7444a1eceec061bb2de948d4964c21;p=buildroot.git 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. --- diff --git a/make/patch.mk b/make/patch.mk index a206c9ceb7..d49102c855 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