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