mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
sg3_utils, disable static library (#8510)
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="2016 Douglas Gilbert
|
||||
2016 sg3_utils Contributors"
|
||||
LICENSE="GNU GPL v2
|
||||
BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sg.danny.cz/sg/p/sg3_utils-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="97aeed65894feb2add896b4adfa4cf343966c8a61c7d206795ed0507640ee7b9"
|
||||
PATCHES="sg3_utils-$portVersion.patchset"
|
||||
@@ -85,7 +85,9 @@ defineDebugInfoPackage sg3_utils$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
runConfigure --omit-dirs binDir ./configure --bindir="$prefix/bin"
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir="$prefix/bin" \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user