From 30c482e472672eb8612e70a3b305cf7cae833bbb Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 27 Dec 2022 10:20:29 +0100 Subject: [PATCH] libusb, disable static library (#7670) --- dev-libs/libusb/libusb-1.0.26.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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