libxau, disable static library (#8334)

This commit is contained in:
Schrijvers Luc
2023-04-11 13:07:44 +02:00
committed by GitHub
parent 8be3007fa8
commit 3cac45ca49

View File

@@ -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
}