From 3cac45ca49e3c5880af8ee4ecb8437d2d8ae618c Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 11 Apr 2023 13:07:44 +0200 Subject: [PATCH] libxau, disable static library (#8334) --- x11-libs/libxau/libxau-1.0.9.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-libs/libxau/libxau-1.0.9.recipe b/x11-libs/libxau/libxau-1.0.9.recipe index 1e3dd217a..b77749f94 100644 --- a/x11-libs/libxau/libxau-1.0.9.recipe +++ b/x11-libs/libxau/libxau-1.0.9.recipe @@ -6,7 +6,7 @@ LibXau is used by both Xlib and XCB." HOMEPAGE="https://www.x.org/" COPYRIGHT="1988, 1993, 1994, 1998 The Open Group" LICENSE="MIT (no promotion)" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.x.org/releases/individual/lib/libXau-$portVersion.tar.bz2" CHECKSUM_SHA256="ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec" SOURCE_DIR="libXau-$portVersion" @@ -56,7 +56,8 @@ defineDebugInfoPackage libxau$secondaryArchSuffix \ BUILD() { autoreconf -vfi - runConfigure --omit-dirs docDir ./configure + runConfigure --omit-dirs docDir ./configure \ + --disable-static make $jobArgs }