rasqal, disable static library (#7846)

This commit is contained in:
Schrijvers Luc
2023-02-12 08:38:06 +01:00
committed by GitHub
parent 695169a684
commit efed359239

View File

@@ -13,7 +13,7 @@ COPYRIGHT="2003-2014 Dave Beckett
2003-2005 University of Bristol"
LICENSE="GNU GPL v2
GNU LGPL v2.1"
REVISION="4"
REVISION="5"
SOURCE_URI="http://download.librdf.org/source/rasqal-$portVersion.tar.gz"
CHECKSUM_SHA256="6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c"
@@ -61,7 +61,7 @@ BUILD_PREREQUIRES="
cmd:bison
cmd:flex
cmd:gcc$secondaryArchSuffix
# cmd:gtkdoc_check # breaks secondary arch build
cmd:gtkdocize
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
@@ -71,7 +71,9 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure --with-html-dir=${developDocDir}
runConfigure ./configure \
--disable-static \
--with-html-dir=${developDocDir}
make $jobArgs
}