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