mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libcroco, disable static library (#8129)
This commit is contained in:
@@ -8,7 +8,7 @@ xml/css rendering engine.
|
||||
HOMEPAGE="https://git.gnome.org/browse/libcroco/"
|
||||
COPYRIGHT="2003-2004 Dodji Seketeli"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="767ec234ae7aa684695b3a735548224888132e063f92db585759b422570621d4"
|
||||
|
||||
@@ -63,7 +63,9 @@ BUILD()
|
||||
{
|
||||
cp /boot/system/data/gtk-doc/data/gtk-doc.make ./
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --disable-gtk-doc --disable-Bsymbolic
|
||||
runConfigure ./configure --disable-gtk-doc \
|
||||
--disable-Bsymbolic \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user