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