search for: configure_shar

Displaying 5 results from an estimated 5 matches for "configure_shar".

Did you mean: configure_shared
2014 Sep 19
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...ibusb.org MAINTAINER = Martin Pieuchot <mpi at openbsd.org> # LGPL 2.1 PERMIT_PACKAGE_CDROM = Yes WANTLIB = pthread MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libusb/} EXTRACT_SUFX = .tar.bz2 CONFIGURE_STYLE = gnu CONFIGURE_ARGS += ${CONFIGURE_SHARED} .ifdef DEBUG CONFIGURE_ARGS += --enable-debug-log \ --enable-examples-build \ --enable-debug .endif .include <bsd.port.mk>
2014 Sep 19
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...eBSD would let you set a DEBUG checkbox when you run "make config", but that doesn't seem to work. In any event, it looks like the right option is the existing "--enable-debug-log" flag. The path of least resistance is probably to add it to the first CONFIGURE_ARGS, after ${CONFIGURE_SHARED}: CONFIGURE_ARGS += ${CONFIGURE_SHARED} --enable-debug-log -- Charles Lepple clepple at gmail
2014 Sep 19
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...d let you set a DEBUG checkbox when you run "make config", but that doesn't seem to work. > > In any event, it looks like the right option is the existing "--enable-debug-log" flag. The path of least resistance is probably to add it to the first CONFIGURE_ARGS, after ${CONFIGURE_SHARED}: > > CONFIGURE_ARGS += ${CONFIGURE_SHARED} --enable-debug-log > > -- > Charles Lepple > clepple at gmail > > --enable-debug-log was in the original makefile. I added --enable-debug. At this point I guess trying to build from source or go back to OpenBSD 5.5 are the only...
2014 Sep 18
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On Sep 12, 2014, at 5:15 PM, Stan Gammons <sg063015 at gmail.com> wrote: > On 09/11/14 22:34, Charles Lepple wrote: >> On Sep 11, 2014, at 11:04 PM, Stan Gammons <sg063015 at gmail.com> wrote: >> >>> I see a libusb_get_interrupt message in the log. Could that be the problem? >> Yes, it seems related. >> >> 1.126896 upsdrv_initinfo...
2014 Sep 12
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On 09/11/14 22:34, Charles Lepple wrote: > On Sep 11, 2014, at 11:04 PM, Stan Gammons <sg063015 at gmail.com> wrote: > >> I see a libusb_get_interrupt message in the log. Could that be the problem? > Yes, it seems related. > > 1.126896 upsdrv_initinfo... > 1.126906 upsdrv_updateinfo... > 1.127023 libusb_get_interrupt: Function not implemented >