apcupsd: remove header file patch
Seems to be from a time when pkgconfig returned the wrong path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b77148a333
commit
2d5ef9e199
2 changed files with 1 additions and 9 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=apcupsd
|
PKG_NAME:=apcupsd
|
||||||
PKG_VERSION:=3.14.14
|
PKG_VERSION:=3.14.14
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
--- a/include/libusb.h.in
|
|
||||||
+++ b/include/libusb.h.in
|
|
||||||
@@ -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"
|
|
Loading…
Reference in a new issue