From a77e922492399ba7c5a80f2306a672cc925a92f8 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 4 Jul 2023 11:28:20 +0200 Subject: [PATCH] libxdmcp, disable static library (#8958) --- x11-libs/libxdmcp/libxdmcp-1.1.3.recipe | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-libs/libxdmcp/libxdmcp-1.1.3.recipe b/x11-libs/libxdmcp/libxdmcp-1.1.3.recipe index b36817a67..26820571e 100644 --- a/x11-libs/libxdmcp/libxdmcp-1.1.3.recipe +++ b/x11-libs/libxdmcp/libxdmcp-1.1.3.recipe @@ -4,7 +4,7 @@ HOMEPAGE="https://www.x.org/releases/individual/lib/" COPYRIGHT="1989-2004 The Open Group 2006 Keith Packard" LICENSE="MIT (no promotion)" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.x.org/archive/individual/lib/libXdmcp-$portVersion.tar.bz2" CHECKSUM_SHA256="20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529" SOURCE_DIR="libXdmcp-$portVersion" @@ -57,7 +57,8 @@ defineDebugInfoPackage libxdmcp$secondaryArchSuffix \ BUILD() { autoreconf -vfi - runConfigure ./configure + runConfigure ./configure \ + --disable-static make $jobArgs } @@ -72,7 +73,8 @@ INSTALL() # devel package packageEntries devel \ - $developDir + $developDir \ + $documentationDir } TEST()