libcmis, disable static library (#7795)

This commit is contained in:
Schrijvers Luc
2023-01-22 14:43:20 +01:00
committed by GitHub
parent 5108ddfd4c
commit 55208f96df

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2011-2014 Cedric Bosdonnat, SUSE
LICENSE="GNU LGPL v2
GNU GPL v2
MPL v1.1"
REVISION="5"
REVISION="6"
SOURCE_URI="https://github.com/tdf/libcmis/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="07ff0baaac717a4702ef7c9c22dddb7d55d8b639ea526a765f947f2b683ef36a"
PATCHES="libcmis-$portVersion.patchset"
@@ -64,8 +64,8 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure --without-man --disable-tests
runConfigure ./configure --without-man --disable-tests \
--disable-static
make $jobArgs
}