mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libmtp, disable static library (#8382)
This commit is contained in:
@@ -9,7 +9,7 @@ COPYRIGHT="2006-2011 Linus Walleij
|
||||
2006-2009 Marcus Meissner
|
||||
2006 Mariusz Woloszyn"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/libmtp/libmtp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="deb4af6f63f5e71215cfa7fb961795262920b4ec6cb4b627f55b30b18aa33228"
|
||||
PATCHES="libmtp-$portVersion.patchset"
|
||||
@@ -114,7 +114,9 @@ defineDebugInfoPackage libmtp$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
# --enable-doxygen
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user