mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
librsvg, disable static library (#8539)
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg"
|
||||
COPYRIGHT="2009-2010 Raph Levien"
|
||||
LICENSE="GNU GPL v2
|
||||
GNU LGPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://download.gnome.org/sources/librsvg/2.50/librsvg-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="fffb61b08cd5282aaae147a02b305166a7426fad22a8b9427708f0f2fc426ebc"
|
||||
PATCHES="librsvg-$portVersion.patchset"
|
||||
@@ -119,6 +119,7 @@ BUILD()
|
||||
autoreconf -vfi
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static \
|
||||
--enable-introspection=yes \
|
||||
--enable-vala=yes
|
||||
make $jobArgs
|
||||
@@ -144,7 +145,6 @@ INSTALL()
|
||||
make install
|
||||
|
||||
rm $libDir/*.la \
|
||||
$libDir/gdk-pixbuf-2.0/$gdk_pixbuf_version/loaders/*.a \
|
||||
$libDir/gdk-pixbuf-2.0/$gdk_pixbuf_version/loaders/*.la
|
||||
rm -rf $dataDir/pixmaps \
|
||||
$settingsDir/gdk-pixbuf-2.0
|
||||
|
||||
Reference in New Issue
Block a user