mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libraw, disable static library (#8397)
This commit is contained in:
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.libraw.org/"
|
||||
COPYRIGHT="2008-2018 LibRaw LLC"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
CDDL v1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.libraw.org/data/LibRaw-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6"
|
||||
SOURCE_DIR="LibRaw-$portVersion"
|
||||
@@ -123,7 +123,9 @@ defineDebugInfoPackage libraw$secondaryArchSuffix "${debugList[@]}"
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir"
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir="$commandBinDir" \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user