diff options
author | Rob White <rob@blue-wave.net> | 2019-04-21 08:39:30 +0100 |
---|---|---|
committer | Rob White <rob@blue-wave.net> | 2019-04-21 08:39:30 +0100 |
commit | 643951741012c787c7d11eb89b26037a0c62a6eb (patch) | |
tree | 19bd33dd68c57f20cb1eb3b0cbee0088f66c00d4 /libs/libmicrohttpd | |
parent | 53272bf9a3dafe959e435c347e901aff54dd3138 (diff) |
libmicrohttpd: Prevent Recursive Dependency
Maintainer: Alexander Couzens lynxis@fe80.eu
Compile Tested: Snapshot SDK
Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1, Openwrt Snapshot.
Description: Bump to PKG_RELEASE:=3
Signed-off-by: Rob White <rob@blue-wave.net>
Diffstat (limited to 'libs/libmicrohttpd')
-rw-r--r-- | libs/libmicrohttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 93b994b50..cf3e9a97a 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd PKG_VERSION:=0.9.62 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu> PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=COPYING |