Hello Adolf, Could you tell us my about why this is necessary?
The library should have a stable ABI so whenever they are being compiled independently from each other, they should still work. Best, -Michael > On 30 Jun 2025, at 17:12, Adolf Belka <[email protected]> wrote: > > - libusb is a run time requirement for nut > > Signed-off-by: Adolf Belka <[email protected]> > --- > lfs/libusb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lfs/libusb b/lfs/libusb > index 4b12242d7..0ff89ff75 100644 > --- a/lfs/libusb > +++ b/lfs/libusb > @@ -25,6 +25,7 @@ > include Config > > VER = 1.0.29 > +# Ship nut when libusb is updated > > THISAPP = libusb-$(VER) > DL_FILE = $(THISAPP).tar.bz2 > -- > 2.50.0 > >
