diff --git a/app-crypt/libmd/libmd-1.0.1.recipe b/app-crypt/libmd/libmd-1.0.1.recipe index 87c82e778..4cb379f56 100644 --- a/app-crypt/libmd/libmd-1.0.1.recipe +++ b/app-crypt/libmd/libmd-1.0.1.recipe @@ -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 }