You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
551 B

  1. --- a/cpp/src/platform/unix/SerialControllerImpl.cpp
  2. +++ b/cpp/src/platform/unix/SerialControllerImpl.cpp
  3. @@ -34,10 +34,6 @@
  4. #include "SerialControllerImpl.h"
  5. #include "platform/Log.h"
  6. -#ifdef __linux__
  7. -#include <libudev.h>
  8. -#endif
  9. -
  10. using namespace OpenZWave;
  11. //-----------------------------------------------------------------------------
  12. --- a/cpp/build/Makefile
  13. +++ b/cpp/build/Makefile
  14. @@ -59,7 +59,7 @@ endif
  15. else
  16. LDFLAGS += -shared -Wl,-soname,libopenzwave.so.$(VERSION)
  17. -LIBS += -ludev
  18. +LIBS +=
  19. endif
  20. CFLAGS += $(CPPFLAGS)