gd, disable static library (#7700)

This commit is contained in:
Schrijvers Luc
2022-12-30 11:25:24 +01:00
committed by GitHub
parent 7efde4d591
commit 8599891014

View File

@@ -4,7 +4,7 @@ by programmers."
HOMEPAGE="https://www.libgd.org/"
COPYRIGHT="1999-2020 Pierre-Alain Joye"
LICENSE="Libgd"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/libgd/libgd/archive/gd-$portVersion.tar.gz"
CHECKSUM_SHA256="24429f9d0dbe0f865aaa4b1a63558242396ba9134e6cfd32ca5e486a84483350"
SOURCE_DIR="libgd-gd-$portVersion"
@@ -89,7 +89,8 @@ BUILD_PREREQUIRES="
BUILD()
{
bootstrap.sh
runConfigure ./configure
runConfigure ./configure --disable-werror \
--disable-static
make $jobArgs
}