mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libfm, disable static library (#8330)
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="
|
||||
Andriy Grytsenko (LStranger)
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/lxde/libfm/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="021efa7bcbbba88ab5af4a05c34c08b41c071abdeefb13986b02681c4c03c115"
|
||||
|
||||
@@ -78,7 +78,10 @@ defineDebugInfoPackage libfm$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
runConfigure ./configure --without-gtk --disable-gtk-doc
|
||||
runConfigure ./configure \
|
||||
--without-gtk \
|
||||
--disable-gtk-doc \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user