mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
gd, disable static library (#7700)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user