mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libgsf, disable static library (#8537)
This commit is contained in:
@@ -4,7 +4,7 @@ dealing with different structured file formats."
|
||||
HOMEPAGE="https://github.com/GNOME/libgsf"
|
||||
COPYRIGHT="2002-2020 Jody Goldberg"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/GNOME/libgsf/archive/LIBGSF_1_14_47.tar.gz"
|
||||
CHECKSUM_SHA256="ca958db8b91113804e1c8ec772adb7cb3e44f81d404cf941330d47f3e25ccbe7"
|
||||
SOURCE_FILENAME="libgsf-$portVersion.tar.gz"
|
||||
@@ -94,7 +94,8 @@ BUILD()
|
||||
{
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user