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

Allan McRae allan at archlinux.org
Fri Sep 21 06:36:56 UTC 2012


    Date: Friday, September 21, 2012 @ 02:36:55
  Author: allan
Revision: 166898

disable token support as kernel 3.5 has dropped support for it

Modified:
  net-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-21 02:32:05 UTC (rev 166897)
+++ PKGBUILD	2012-09-21 06:36:55 UTC (rev 166898)
@@ -21,6 +21,7 @@
           '4191ca56dc01d6aebe26c36c7cc060c638d5ebca')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e '/Token/s/y$/n/' config.in
   patch -Np0 -i ${srcdir}/Makefile.patch
   yes "" | make
 }




More information about the arch-commits mailing list