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

Stéphane Gaudreault stephane at archlinux.org
Tue Jan 8 16:17:39 UTC 2013


    Date: Tuesday, January 8, 2013 @ 11:17:39
  Author: stephane
Revision: 174907

upgpkg: iputils 20121221-1

upstream update; use our CFLAGS

Modified:
  iputils/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-08 16:14:44 UTC (rev 174906)
+++ PKGBUILD	2013-01-08 16:17:39 UTC (rev 174907)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=iputils
-pkgver=20121126
+pkgver=20121221
 pkgrel=1
 pkgdesc="Network monitoring tools, including ping"
 arch=('i686' 'x86_64')
@@ -20,17 +20,14 @@
 install=${pkgname}.install
 source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
         tftp.xinetd)
-sha1sums=('3e46391f53381080d5e1961f1b2b0ccd9a158ab2'
+sha1sums=('4d56d8c75d6a5d58f052e4056e975f01ebab9ba9'
           'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
 
 build() {
   cd "${srcdir}/${pkgname}-s${pkgver}"
 
-  # Use our CFLAGS
-  sed -i -e "/^CCOPT=/s|-O2|${CFLAGS}|" Makefile
+  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
 
-  make
-
   cd doc
   for file in *.sgml; do
     xf=${file/.sgml/.xml}




More information about the arch-commits mailing list