Build against the system's HIDAPI instead of the bundled one. --- open-zwave-1.6-checkout/cpp/build/support.mk 2019-06-16 15:15:34.258331628 +0200 +++ open-zwave-1.6-checkout/cpp/build/support.mk 2019-06-16 15:15:54.698249462 +0200 @@ -86,6 +86,10 @@ endif endif SED := sed +# Build against the system's HIDAPI. +CPPFLAGS += $(shell pkg-config hidapi-libusb --cflags) +LDFLAGS += $(shell pkg-config hidapi-libusb --libs) + #determine if we are release or debug Build and set appropriate flags ifeq ($(BUILD), release) CFLAGS += -c $(RELEASE_CFLAGS) d class='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
AgeCommit message (Expand)Author
2024-04-03Switch order of the default substitute servers....Christopher Baines
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB....Ludovic Courtès
2021-06-18Start enabling substitutes from bordeaux.guix.gnu.org....Christopher Baines
2020-12-11maint: Remove unused 'NIX_VERSION' macro....Ludovic Courtès
2020-12-11maint: Avoid macros obsolete in Autoconf 2.70....Ludovic Courtès