libXt, disable static library (#7723)

This commit is contained in:
Schrijvers Luc
2023-01-04 16:20:38 +01:00
committed by GitHub
parent 442cdf86cd
commit a86aef4bb9

View File

@@ -10,7 +10,7 @@ COPYRIGHT="1993, 1994 X Consortium
1993, 2011, Oracle and/or its affiliates
2001, 2003 Keith Packard"
LICENSE="MIT (no promotion)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.x.org/releases/individual/lib/libXt-$portVersion.tar.bz2"
CHECKSUM_SHA256="b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831"
SOURCE_DIR="libXt-$portVersion"
@@ -77,6 +77,7 @@ BUILD()
autoreconf -vfi
runConfigure --omit-dirs docDir ./configure \
--docdir=$developDocDir \
--disable-static \
--disable-selective-werror
make $jobArgs
}