mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libxau, disable static library (#8334)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user