raptor, disable static library (#7832)

This commit is contained in:
Schrijvers Luc
2023-02-04 21:38:25 +01:00
committed by GitHub
parent 0260c0b4bf
commit f5ba94e625

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2000-2012 Dave Beckett
2000-2005 University of Bristol"
LICENSE="GNU GPL v2
GNU LGPL v2.1"
REVISION="8"
REVISION="9"
SOURCE_URI="http://download.librdf.org/source/raptor2-$portVersion.tar.gz"
CHECKSUM_SHA256="ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed"
SOURCE_DIR="raptor2-$portVersion"
@@ -53,7 +53,7 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:automake
cmd:gcc$secondaryArchSuffix
# cmd:gtkdocize # breaks secondary arch build
cmd:gtkdocize
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
@@ -63,7 +63,8 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure --with-html-dir=${developDocDir}
runConfigure ./configure --with-html-dir=${developDocDir} \
--disable-static
make $jobArgs
}