From ab0b46d7bc42eaebad2e52636696b5055ba32ee9 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 11 Apr 2023 12:02:00 +0200 Subject: [PATCH] libfm, disable static library (#8330) --- x11-libs/libfm/libfm-1.3.1.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-libs/libfm/libfm-1.3.1.recipe b/x11-libs/libfm/libfm-1.3.1.recipe index f8074639b..4d0583153 100644 --- a/x11-libs/libfm/libfm-1.3.1.recipe +++ b/x11-libs/libfm/libfm-1.3.1.recipe @@ -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 }