summaryrefslogtreecommitdiff
path: root/core/binutils/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-04 16:44:12 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-04 16:44:12 +0200
commitc24d2623d795ac7ee5435b56dd6e413e3cbd2f69 (patch)
tree36fd6f84a97f0ee7bde3592ea33176d1b98d64eb /core/binutils/PKGBUILD
parentd2e9c77d6881eb7ef37edf747a77f83168bbe9b7 (diff)
parent1b6860ed7a33a22c4202348a4f42afbb5d26be09 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/celt-0.7/PKGBUILD core/binutils/PKGBUILD core/gcc/PKGBUILD extra/gnome-media/PKGBUILD extra/libgnome-media-profiles/PKGBUILD extra/libwebp/PKGBUILD extra/telepathy-kde-desktop-applets/PKGBUILD extra/telepathy-kde-presence-applet/PKGBUILD
Diffstat (limited to 'core/binutils/PKGBUILD')
-rw-r--r--core/binutils/PKGBUILD22
1 files changed, 15 insertions, 7 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD
index dbfdfc684..a61b3c663 100644
--- a/core/binutils/PKGBUILD
+++ b/core/binutils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 174628 2013-01-05 10:20:45Z allan $
+# $Id: PKGBUILD 181165 2013-04-02 06:48:55Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
pkgname=binutils
-pkgver=2.23.1
-pkgrel=3.1
+pkgver=2.23.2
+pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/binutils/"
@@ -15,11 +15,19 @@ depends=('glibc>=2.17' 'zlib')
checkdepends=('dejagnu' 'bc')
options=('!libtool' '!distcc' '!ccache')
install=binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
-md5sums=('33adb18c3048d057ac58d07a3f1adb38'
- '1869b37216e7d7eff7e335a69e0882fd')
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+ binutils-2.23.2-texinfo-5.0.patch)
+md5sums=('4f8fa651e35ef262edc01d60fb45702e'
+ 'dfde4428f08d91f309cdcfe92bf28d08'
+ '34e439ce23213a91e2af872dfbb5094c')
build() {
+ cd ${srcdir}/binutils-${pkgver}
+
+ # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
+ # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
+ patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
+
cd ${srcdir}
mkdir binutils-build && cd binutils-build
@@ -34,7 +42,7 @@ build() {
# check the host environment and makes sure all the necessary tools are available
make configure-host
- make tooldir=${pkgdir}/usr
+ make tooldir=/usr
}
check() {