hunspell, disable static library (#7630)

This commit is contained in:
Schrijvers Luc
2022-12-24 18:38:33 +01:00
committed by GitHub
parent ffc9adeac4
commit e1d74ca3fe

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2007-2016 Hunspell developers et al.
LICENSE="GNU GPL v2
GNU LGPL v2.1
MPL v1.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/hunspell/hunspell/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a"
SOURCE_FILENAME="hunspell-$portVersion.tar.gz"
@@ -66,7 +66,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}