Commit 08b2ca64 authored by Manuel Novoa III 's avatar Manuel Novoa III
Browse files

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.
parent 5f7a6e37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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