[arch-commits] Commit in injeqt/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Feb 27 05:43:08 UTC 2015
Date: Friday, February 27, 2015 @ 06:43:08
Author: bpiotrowski
Revision: 128338
upgpkg: injeqt 1.0.0-1
fix build on i686 by disabling tests and examples
Modified:
injeqt/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-27 05:34:56 UTC (rev 128337)
+++ PKGBUILD 2015-02-27 05:43:08 UTC (rev 128338)
@@ -17,7 +17,9 @@
cd $pkgname-$pkgver
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DDISABLE_EXAMPLES=ON \
+ -DDISABLE_TESTS=ON
make
}
More information about the arch-commits
mailing list