From: Rosen Penev Date: Mon, 31 Oct 2022 03:52:03 +0000 (-0700) Subject: apcupsd: remove header file patch X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2d5ef9e199aac0b154dfb13fb482a083efa8f972;p=openwrt-packages.git apcupsd: remove header file patch Seems to be from a time when pkgconfig returned the wrong path. Signed-off-by: Rosen Penev --- 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 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"