libxdmcp, disable static library (#8958)

This commit is contained in:
Schrijvers Luc
2023-07-04 11:28:20 +02:00
committed by GitHub
parent e84d66f12a
commit a77e922492

View File

@@ -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()