diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-09-13 12:56:43 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-09-13 12:56:43 -0700 |
commit | 81e6bb77cfdd84100819439a4909471c4dd5d82a (patch) | |
tree | 5f8a87283dd63d475ae60cfd79e4b6c372fe05da /net/nut/Makefile | |
parent | b5b2fa187d189740fa897bb49e331f2f7d3e7f34 (diff) |
nut: Switch to pkgconfig for finding libgd
nut uses gdlib-config to find libgd, which happens to be deprecated. This
switches it to use pkgconfig and allows a fallback to gdlib-config, same
as the libusb check.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r-- | net/nut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index 56cfd87a3..614a3dae9 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nut PKG_VERSION:=2.7.4 -PKG_RELEASE:=17 +PKG_RELEASE:=18 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/ |