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