wok-current diff libusb/receipt @ rev 25675
Update modules64.list, qlge.ko now to staging tree
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 04 17:41:23 2024 +0000 (11 months ago) |
parents | e53dd413c6de |
children | 5926178cd6fa |
line diff
1.1 --- a/libusb/receipt Sun May 21 15:09:45 2023 +0000 1.2 +++ b/libusb/receipt Mon Mar 04 17:41:23 2024 +0000 1.3 @@ -14,6 +14,8 @@ 1.4 DEPENDS="gcc-lib-base udev" 1.5 BUILD_DEPENDS="gcc udev-dev" 1.6 1.7 +# Need first build without udev, and rebuild with it 1.8 + 1.9 HOST_ARCH="i486 arm" 1.10 1.11 current_version() 1.12 @@ -25,6 +27,9 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + # Need build first with --disable-udev 1.17 + # to avoid loop dep 1.18 + 1.19 ./configure \ 1.20 CC=gcc \ 1.21 CXX=g++ \