aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-10-30 20:52:03 -0700
committerRosen Penev <rosenp@gmail.com>2022-10-31 12:26:26 -0700
commit2d5ef9e199aac0b154dfb13fb482a083efa8f972 (patch)
tree3a58d0b6d56f8a3a73bd75ee51350064112c5885
parentb77148a3330714b1c20b330b3d2fda4a20583b73 (diff)
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>
-rw-r--r--net/apcupsd/Makefile2
-rw-r--r--net/apcupsd/patches/010-fix-usb.patch8
2 files changed, 1 insertions, 9 deletions
diff --git a/net/apcupsd/Makefile b/net/apcupsd/Makefile
index 00f33d51b..b63972082 100644
--- a/net/apcupsd/Makefile
+++ b/net/apcupsd/Makefile
@@ -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
index 0954e16f3..000000000
--- a/net/apcupsd/patches/010-fix-usb.patch
+++ /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
- * when they need libusb's usb.h.
- */
--#include "@LIBUSBH@"
-+#include "usb.h"