diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-02-16 01:18:43 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-02-16 01:18:43 +0000 |
commit | 08b2ca64df7444a1eceec061bb2de948d4964c21 (patch) | |
tree | f8d24980ef7da36d62368d8d4a1c9c6e25ce9762 /make | |
parent | 5f7a6e37e78906bb31f0eb095f7ecc93d16e6fd3 (diff) |
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.
Diffstat (limited to 'make')
-rw-r--r-- | make/patch.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |