libsm, disable static library (#7658)

This commit is contained in:
Schrijvers Luc
2022-12-25 16:07:50 +01:00
committed by GitHub
parent 61acf60c67
commit d8f4dec075

View File

@@ -8,7 +8,7 @@ HOMEPAGE="https://www.x.org/releases/individual/lib/"
COPYRIGHT="1989, 1998 The Open Group
2002 Oracle and/or its affiliates"
LICENSE="MIT (no promotion)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://www.x.org/releases/individual/lib/libSM-$portVersion.tar.bz2"
CHECKSUM_SHA256="2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb"
SOURCE_DIR="libSM-$portVersion"
@@ -67,6 +67,7 @@ BUILD()
autoreconf -vfi
runConfigure --omit-dirs docDir ./configure \
--docdir=$developDocDir \
--disable-static \
--enable-tcp-transport
make $jobArgs
}