libmd, disable static library (#7976)

This commit is contained in:
Schrijvers Luc
2023-03-18 18:03:12 +01:00
committed by GitHub
parent 93b0a69d5e
commit 071a47faca

View File

@@ -24,7 +24,7 @@ LICENSE="BSD (3-clause)
BSD (2-clause) NetBSD BSD (2-clause) NetBSD
ISC ISC
Public Domain" Public Domain"
REVISION="2" REVISION="3"
SOURCE_URI="https://libbsd.freedesktop.org/releases/libmd-$portVersion.tar.xz" SOURCE_URI="https://libbsd.freedesktop.org/releases/libmd-$portVersion.tar.xz"
CHECKSUM_SHA256="e14eeb931cf85330f95ff822262d3033125488dfb2f867441e36e2d2c4a34c71" CHECKSUM_SHA256="e14eeb931cf85330f95ff822262d3033125488dfb2f867441e36e2d2c4a34c71"
@@ -71,7 +71,7 @@ defineDebugInfoPackage libmd$secondaryArchSuffix \
BUILD() BUILD()
{ {
runConfigure ./configure runConfigure ./configure --disable-static
make $jobArgs make $jobArgs
} }