From: Michael Tremer Date: Sun, 18 Jan 2009 11:29:37 +0000 (+0100) Subject: Applied branch_update patch for binutils. X-Git-Tag: v3.0-alpha1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb50390761293d30becc038d4c58786f4d641dde;p=ipfire-3.x.git Applied branch_update patch for binutils. --- diff --git a/lfs/binutils b/lfs/binutils index 4a1248d84..b52dbfbc4 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -87,6 +87,10 @@ $(OBJECT): $(objects) @rm -rf $(DIR_SRC)/binutils-build -mkdir -v $(DIR_SRC)/binutils-build + # We add some fixes from upstream that should fix many bugs with this + # binutils release. + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-branch_update.patch + # Add PT_PaX header marking support. These markings are using by the PaX # kernel, and Pax-utils, to identify which programs need things like executable # stack, etc. Without this patch the PaX kernel must use legacy mode, and this