mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
libmd, disable static library (#7976)
This commit is contained in:
@@ -24,7 +24,7 @@ LICENSE="BSD (3-clause)
|
||||
BSD (2-clause) NetBSD
|
||||
ISC
|
||||
Public Domain"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://libbsd.freedesktop.org/releases/libmd-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="e14eeb931cf85330f95ff822262d3033125488dfb2f867441e36e2d2c4a34c71"
|
||||
|
||||
@@ -71,7 +71,7 @@ defineDebugInfoPackage libmd$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user