shared-macros.mk: drop support for 32 bit mysql
[oi-userland.git] / components / sysutils / nut / patches / 09-libusb-no-sfw.patch
blob8c9f4beeea225a8a0acfcbda7838af4ab05a30dd
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
5 @@ -309,7 +309,8 @@
6 [solaris2.1*], [
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}"
11 + LIBS="${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?