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

Jan Steffens heftig at nymeria.archlinux.org
Fri May 16 20:52:13 UTC 2014


    Date: Friday, May 16, 2014 @ 22:52:12
  Author: heftig
Revision: 212891

whitespace

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-16 17:15:43 UTC (rev 212890)
+++ PKGBUILD	2014-05-16 20:52:12 UTC (rev 212891)
@@ -37,7 +37,7 @@
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
+
   # fix for {linux,sys}/xattr.h incompatibility - commit fdbe8eae
   patch -p1 -i $srcdir/glibc-2.19-xattr_header.patch
 
@@ -82,7 +82,7 @@
   # build libraries with hardening disabled
   echo "build-programs=no" >> configparms
   make
-  
+
   # re-enable hardening for programs
   sed -i "/build-programs=/s#no#yes#" configparms
   echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
@@ -98,7 +98,7 @@
   LDFLAGS=${LDFLAGS/--as-needed,/}
 
   cd ${srcdir}/glibc-build
-  
+
   # ULP failures on i686 are all small and can be ignored
   # tst-cleanupx4.out failure on i686 needs investigating...
   make -k check || true




More information about the arch-commits mailing list