mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
orcus, disable static library (#8099)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user