Revert "libmicrohttpd: update to 0.9.71."
This reverts commit 270beb0622
.
Incompatible API changes break compilation of at least kismet and
psensor packages.
See https://github.com/kismetwireless/kismet/issues/281
This commit is contained in:
parent
288905803c
commit
05ed2cb76b
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'libmicrohttpd'
|
||||
pkgname=libmicrohttpd
|
||||
version=0.9.71
|
||||
revision=1
|
||||
version=0.9.70
|
||||
reverts="0.9.71_1"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libgcrypt-devel gnutls-devel libcurl-devel"
|
||||
short_desc="Library embedding HTTP server functionality"
|
||||
|
@ -9,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.gnu.org/software/libmicrohttpd/"
|
||||
distfiles="${GNU_SITE}/libmicrohttpd/${pkgname}-${version}.tar.gz"
|
||||
checksum=e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182
|
||||
checksum=90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307
|
||||
|
||||
LDFLAGS=" -lgnutls"
|
||||
|
||||
|
|
Loading…
Reference in New Issue