From c9be68bb24ce3e73de302afef6e4e21b72a92fa8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 10 Sep 2019 12:53:32 +0000 Subject: community/innoextract: rebuild against boost 1.71 --- community/innoextract/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/community/innoextract/APKBUILD b/community/innoextract/APKBUILD index 5d4ae6911e..e5b8c74b67 100644 --- a/community/innoextract/APKBUILD +++ b/community/innoextract/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Koloberdin pkgname=innoextract pkgver=1.7 -pkgrel=2 +pkgrel=3 pkgdesc="A tool to extract installers created by Inno Setup" url="http://constexpr.org/innoextract/" arch="all" @@ -15,7 +15,10 @@ builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" - cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Release . + cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBoost_NO_BOOST_CMAKE=ON \ + . make } -- cgit v1.2.3