aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/open-zwave-hidapi.patch
blob: fc50bfeadec583bcac34e1b28e15fbafe9c2eed3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)
ss='diff'>
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 0c9c69eef5..6e71ccf8fe 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -959,6 +959,7 @@ wireless networking."))))
;; Add connman to the system profile.
(service-extension profile-service-type
connman-package)))
+ (default-value (connman-configuration))
(description
"Run @url{https://01.org/connman,Connman},
a network connection manager."))))