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

Allan McRae allan at archlinux.org
Thu Sep 20 03:39:05 UTC 2012


    Date: Wednesday, September 19, 2012 @ 23:39:05
  Author: allan
Revision: 166860

fix build failure with glibc-2.16

Modified:
  diffutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-20 03:31:27 UTC (rev 166859)
+++ PKGBUILD	2012-09-20 03:39:05 UTC (rev 166860)
@@ -17,6 +17,10 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # fix glibc-2.16 build issue
+  sed -i -e '/gets is a/d' lib/stdio.in.h
+  
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list