From bd20bdeed31899dfd350846542af944af153b592 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 11 Apr 2023 12:21:39 +0200 Subject: [PATCH] libfm_extra, disable static library (#8331) --- x11-libs/libfm-extra/libfm_extra-1.3.1.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-libs/libfm-extra/libfm_extra-1.3.1.recipe b/x11-libs/libfm-extra/libfm_extra-1.3.1.recipe index e62e9e51c..c31ed656d 100644 --- a/x11-libs/libfm-extra/libfm_extra-1.3.1.recipe +++ b/x11-libs/libfm-extra/libfm_extra-1.3.1.recipe @@ -12,7 +12,7 @@ COPYRIGHT=" Andriy Grytsenko (LStranger) " LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/lxde/libfm/archive/$portVersion.tar.gz" CHECKSUM_SHA256="021efa7bcbbba88ab5af4a05c34c08b41c071abdeefb13986b02681c4c03c115" SOURCE_DIR="libfm-$portVersion" @@ -70,7 +70,11 @@ defineDebugInfoPackage libfm_extra$secondaryArchSuffix \ BUILD() { ./autogen.sh - runConfigure ./configure --without-gtk --disable-gtk-doc --with-extra-only + runConfigure ./configure \ + --without-gtk \ + --disable-gtk-doc \ + --with-extra-only \ + --disable-static make $jobArgs }