1 OI does not require sfw (and that is a 32-bit inclined path anyway)
3 --- nut-2.8.1-orig/m4/nut_check_libusb.m4 2023-09-19 23:43:43.000000000 +0200
4 +++ nut-2.8.1-fixed/m4/nut_check_libusb.m4 2023-11-04 21:06:37.924268597 +0100
7 AC_MSG_CHECKING([for Solaris 10 / 11 specific configuration for usb drivers])
8 AC_SEARCH_LIBS(nanosleep, rt)
9 - LIBS="-R/usr/sfw/lib ${LIBS}"
10 + dnl #illumos is modern# LIBS="-R/usr/sfw/lib ${LIBS}"
12 dnl FIXME: Sun's libusb doesn't support timeout (so blocks notification)
13 dnl and need to call libusb close upon reconnection
14 dnl TODO: Somehow test for susceptible versions?