summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-11-07 14:15:47 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2019-11-07 14:18:02 -0500
commit5a5f34a7b5179fb7d7c8eb4b4f7af09214e1b8a0 (patch)
tree20fd6a110cb40479767c469b767fd5e18c7013fd /pcr-testing
parent89e38d636d8fc0e4f8658285bdbc826629e1a1f6 (diff)
[calamares]: upgrade to v3.2.16
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index 0c5c376bd..0756a5c55 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=calamares
-pkgver=3.2.12
+pkgver=3.2.16
pkgrel='parabola1'
pkgdesc='Distribution-independent installer framework - Parabola edition'
arch=('i686' 'x86_64')
@@ -42,9 +42,12 @@ build()
mkdir -p "${srcdir}/${_build_dir}"
cd "${srcdir}/${_build_dir}"
+ # FIXME: "-DBoost_NO_BOOST_CMAKE=ON" is a temporary fix for boost >= 1.70
+ # https://github.com/calamares/calamares/issues/1242
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DBoost_NO_BOOST_CMAKE=ON \
-DSKIP_MODULES="contextualprocess dracut dracutlukscfg dummycpp dummyprocess \
dummypython dummypythonqt fsresizer initramfs initramfscfg \
interactiveterminal license netinstall networkcfg oemid \