geoip, disable static library (#8104)

This commit is contained in:
Schrijvers Luc
2023-03-25 10:37:47 +01:00
committed by GitHub
parent a18997baac
commit f5fe31f4aa

View File

@@ -10,7 +10,7 @@ download GeoLite Legacy, GeoLite2 and GeoIP2 databases from MaxMind."
HOMEPAGE="https://dev.maxmind.com/geoip/legacy/"
COPYRIGHT="2002-2018 MaxMind, Inc."
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/maxmind/geoip-api-c/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476"
SOURCE_FILENAME="geoip-api-c-$portVersion.tar.gz"
@@ -79,7 +79,8 @@ BUILD()
autoconf
automake --add-missing
runConfigure --omit-dirs dataDir ./configure \
--datadir="`finddir B_SYSTEM_CACHE_DIRECTORY`"
--datadir="`finddir B_SYSTEM_CACHE_DIRECTORY`" \
--disable-static
make $jobArgs
}