mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
geoip, disable static library (#8104)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user