diff options
Diffstat (limited to 'pcr-testing/calamares/PKGBUILD')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 5 |
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 \ |