mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libdsm, disable static library (#8131)
This commit is contained in:
@@ -10,7 +10,7 @@ for Android."
|
||||
HOMEPAGE="https://github.com/videolabs/libdsm"
|
||||
COPYRIGHT="2003-2020 The Music Player Daemon Project"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/videolabs/libdsm/releases/download/v${portVersion}/libdsm-${portVersion}.tar.gz"
|
||||
CHECKSUM_SHA256="6a91269d5756e9648b2453d9234a8010bb3c479b7fb81c809540000b35633d75"
|
||||
|
||||
@@ -69,7 +69,8 @@ defineDebugInfoPackage libdsm$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
LIBS="-lnetwork" runConfigure --omit-dirs "binDir" ./configure \
|
||||
--bindir=$commandBinDir
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user