libmaxminddb, disable static library (#8156)

This commit is contained in:
Schrijvers Luc
2023-03-29 10:09:17 +02:00
committed by GitHub
parent ea3ebbffdb
commit addb06bdc9

View File

@@ -11,7 +11,7 @@ files."
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
COPYRIGHT="2013-2018 Maxmind"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="$HOMEPAGE/releases/download/$portVersion/libmaxminddb-$portVersion.tar.gz"
CHECKSUM_SHA256="e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0"
@@ -84,7 +84,9 @@ PATCH()
BUILD()
{
autoreconf -fi
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--disable-static
make $jobArgs
}