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