[arch-commits] Commit in iproute2/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat May 4 11:24:06 UTC 2013


    Date: Saturday, May 4, 2013 @ 13:24:06
  Author: foutrelis
Revision: 184224

upgpkg: iproute2 3.9.0-1

New upstream release.

Modified:
  iproute2/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-04 10:58:11 UTC (rev 184223)
+++ PKGBUILD	2013-05-04 11:24:06 UTC (rev 184224)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=iproute2
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="IP Routing Utilities"
 arch=('i686' 'x86_64')
@@ -21,17 +21,23 @@
 	'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 'etc/iproute2/rt_tables')
 source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
          iproute2-fhs.patch)
-sha1sums=('6d40dd2b91aad9ae084c99973dcdfdbf6fb353fc'
+sha1sums=('3f48a6d3019f1766f26cda6c4de5d3858837d92b'
           '35b8cf2dc94b73eccad427235c07596146cd6f6c')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # set correct fhs structure
   patch -Np1 -i "$srcdir/iproute2-fhs.patch"
 
+  # do not treat warnings as errors
+  sed -i 's/-Werror//' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure
-
   make
 }
 




More information about the arch-commits mailing list