mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
@@ -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"
|
|
||||||
Reference in New Issue
Block a user