orcus, disable static library (#8099)

This commit is contained in:
Schrijvers Luc
2023-03-24 12:46:15 +01:00
committed by GitHub
parent d9fab36ad9
commit 163887a272

View File

@@ -5,7 +5,7 @@ spreadsheet documents."
HOMEPAGE="https://gitlab.com/orcus/orcus"
COPYRIGHT="Kohei Yoshida et al."
LICENSE="MPL v2.0"
REVISION="1"
REVISION="2"
SOURCE_URI="https://gitlab.com/orcus/orcus/-/archive/$portVersion/orcus-$portVersion.tar.bz2"
CHECKSUM_SHA256="79fcc2998191fe5853a05edafe97a04d73e45d95d38237ad03500fe266f03503"
SOURCE_DIR="orcus-$portVersion"
@@ -113,7 +113,8 @@ BUILD()
{
autoreconf -fi
BOOST_ROOT=$portPackageLinksDir/devel~libboost_program_options/develop
runConfigure ./configure --disable-python
runConfigure ./configure --disable-python \
--disable-static
make $jobArgs
}