diff --git a/dev-libs/libusb/libusb-1.0.26.recipe b/dev-libs/libusb/libusb-1.0.26.recipe index 8c11d0e7b..26d0a2f67 100644 --- a/dev-libs/libusb/libusb-1.0.26.recipe +++ b/dev-libs/libusb/libusb-1.0.26.recipe @@ -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