libcroco, disable static library (#8129)

This commit is contained in:
Schrijvers Luc
2023-03-27 09:31:02 +02:00
committed by GitHub
parent bb348f63db
commit caa9069b2a

View File

@@ -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
}