[arch-commits] Commit in libglvnd/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Thu Sep 26 10:07:33 UTC 2019
Date: Thursday, September 26, 2019 @ 10:07:32
Author: lcarlier
Revision: 363446
upgpkg: libglvnd 1.2.0-1
upstream update 1.2.0
Modified:
libglvnd/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-26 10:06:57 UTC (rev 363445)
+++ PKGBUILD 2019-09-26 10:07:32 UTC (rev 363446)
@@ -17,7 +17,8 @@
build() {
cd $pkgname-$pkgver
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --disable-headers
make
}
More information about the arch-commits
mailing list