From 2d5ef9e199aac0b154dfb13fb482a083efa8f972 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 30 Oct 2022 20:52:03 -0700 Subject: [PATCH] apcupsd: remove header file patch Seems to be from a time when pkgconfig returned the wrong path. Signed-off-by: Rosen Penev --- net/apcupsd/Makefile | 2 +- net/apcupsd/patches/010-fix-usb.patch | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 net/apcupsd/patches/010-fix-usb.patch diff --git a/net/apcupsd/Makefile b/net/apcupsd/Makefile index 00f33d51b8..b639720822 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 0954e16f37..0000000000 --- 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"