[arch-commits] Commit in licq/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 30 18:01:22 UTC 2015
Date: Saturday, May 30, 2015 @ 20:01:22
Author: arojas
Revision: 239944
Disable tests
Modified:
licq/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-30 17:26:45 UTC (rev 239943)
+++ PKGBUILD 2015-05-30 18:01:22 UTC (rev 239944)
@@ -35,7 +35,7 @@
sed -i -e "s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/" plugins/CMakeLists.txt
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON -DBUILD_TESTS=OFF ..
make
}
More information about the arch-commits
mailing list