libusb, disable static library (#7670)

This commit is contained in:
Schrijvers Luc
2022-12-27 10:20:29 +01:00
committed by GitHub
parent 90a5588b9f
commit 30c482e472

View File

@@ -20,7 +20,7 @@ COPYRIGHT="2001 Johannes Erdfelt
2012-2013 Toby Gray
2013-2018 Chris Dickens"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/libusb/libusb/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="a09bff99c74e03e582aa30759cada218ea8fa03580517e52d463c59c0b25e240"
SOURCE_FILENAME="libusb-$portVersion.tar.gz"
@@ -93,7 +93,7 @@ defineDebugInfoPackage libusb$secondaryArchSuffix \
BUILD()
{
sh bootstrap.sh
runConfigure ./configure
runConfigure ./configure --disable-static
# multiple jobs are not reliable
make
make -C doc docs