apcupsd: remove header file patch
authorRosen Penev <rosenp@gmail.com>
Mon, 31 Oct 2022 03:52:03 +0000 (20:52 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 31 Oct 2022 19:26:26 +0000 (12:26 -0700)
Seems to be from a time when pkgconfig returned the wrong path.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/apcupsd/Makefile
net/apcupsd/patches/010-fix-usb.patch [deleted file]

index 00f33d51b88753d1e9edba200bf3e6e88da8b9b6..b639720822ba28c23551c30d681be4aedb1307f0 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=apcupsd
 PKG_VERSION:=3.14.14
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
 PKG_LICENSE:=GPL-2.0
diff --git a/net/apcupsd/patches/010-fix-usb.patch b/net/apcupsd/patches/010-fix-usb.patch
deleted file mode 100644 (file)
index 0954e16..0000000
+++ /dev/null
@@ -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\r
-  * when they need libusb's usb.h.\r
-  */\r
--#include "@LIBUSBH@"\r
-+#include "usb.h"\r