mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openzwave: new package
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
--- a/cpp/src/platform/unix/SerialControllerImpl.cpp
|
||||
+++ b/cpp/src/platform/unix/SerialControllerImpl.cpp
|
||||
@@ -34,10 +34,6 @@
|
||||
#include "SerialControllerImpl.h"
|
||||
#include "platform/Log.h"
|
||||
|
||||
-#ifdef __linux__
|
||||
-#include <libudev.h>
|
||||
-#endif
|
||||
-
|
||||
using namespace OpenZWave;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
--- a/cpp/build/Makefile
|
||||
+++ b/cpp/build/Makefile
|
||||
@@ -59,7 +59,7 @@ endif
|
||||
|
||||
else
|
||||
LDFLAGS += -shared -Wl,-soname,libopenzwave.so.$(VERSION)
|
||||
-LIBS += -ludev
|
||||
+LIBS +=
|
||||
endif
|
||||
CFLAGS += $(CPPFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user