diff options
author | Othmar Truniger <github@truniger.ch> | 2015-02-24 22:41:53 +0100 |
---|---|---|
committer | Othmar Truniger <github@truniger.ch> | 2015-02-24 22:41:53 +0100 |
commit | 1ab82e2f305bc65a99261e576d1b53baa5d14200 (patch) | |
tree | 7c069bbfbe0d4e7070dbc244abe5636c319bc0cf /net/apcupsd/patches | |
parent | 715fadc7e5a546cab4316d0958fb27382eaca117 (diff) |
apcupsd: add driver modbus-usb
Signed-off-by: Othmar Truniger <github@truniger.ch>
Diffstat (limited to 'net/apcupsd/patches')
-rw-r--r-- | net/apcupsd/patches/010-fix-usb.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/apcupsd/patches/010-fix-usb.patch b/net/apcupsd/patches/010-fix-usb.patch new file mode 100644 index 000000000..b313bb22f --- /dev/null +++ b/net/apcupsd/patches/010-fix-usb.patch @@ -0,0 +1,8 @@ +--- a/include/libusb.h.in.orig 2015-02-21 18:53:51.023682068 +0100 ++++ a/include/libusb.h.in 2015-02-21 18:54:14.722788757 +0100 +@@ -6,4 +6,4 @@ + * path at configure time and various apcupsd bits include this
+ * when they need libusb's usb.h.
+ */
+-#include "@LIBUSBH@"
++#include "usb.h"
|