[arch-commits] Commit in innoextract/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Sep 13 13:20:06 UTC 2019
Date: Friday, September 13, 2019 @ 13:20:06
Author: foutrelis
Revision: 510328
Fix build with boost >= 1.70.0
Modified:
innoextract/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-13 13:19:03 UTC (rev 510327)
+++ PKGBUILD 2019-09-13 13:20:06 UTC (rev 510328)
@@ -19,7 +19,7 @@
build() {
cd "$pkgname-$pkgver"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
make
}
More information about the arch-commits
mailing list