Browse Source

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>
lilik-openwrt-22.03
Rob White 5 years ago
parent
commit
6439517410
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libmicrohttpd/Makefile

+ 1
- 1
libs/libmicrohttpd/Makefile View File

@ -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


Loading…
Cancel
Save