Skip to content
Snippets Groups Projects
Commit 143eba76 authored by J0WI's avatar J0WI Committed by Leo
Browse files

community/libmicrohttpd: upgrade to 0.9.73

parent 617f6ff0
1 merge request!20849community/libmicrohttpd: upgrade to 0.9.73
Pipeline #84955 passed
......@@ -3,7 +3,7 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libmicrohttpd
pkgver=0.9.72
pkgver=0.9.73
pkgrel=0
pkgdesc="small C library that is supposed to make it easy to run an HTTP server as part of another application"
url="https://www.gnu.org/software/libmicrohttpd/"
......@@ -11,9 +11,7 @@ arch="all"
license="LGPL-2.1-or-later"
makedepends="autoconf automake curl-dev gettext-dev gnutls-dev libgcrypt-dev libtool"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$pkgver.tar.gz
disable-test_options.patch
"
source="https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$pkgver.tar.gz"
prepare() {
default_prepare
......@@ -45,5 +43,4 @@ package() {
"$pkgdir"/usr/include/platform.h
}
sha512sums="9695e2fb08785e4b60342226ef3a0af22da4d80f127e7db9ec80ce844f70d0d781b30af207d58d8eb691b85a5fe4691cb9ecf887ca86f5e059a05259ae041316 libmicrohttpd-0.9.72.tar.gz
c064757b8d0c88aaaa9104463bbcdabf1055e3c8054f98091699b39a094c50146e994c0fb24d6c619ea0ad559245560cd3460b6b9085f7d4249877e88ffb32e7 disable-test_options.patch"
sha512sums="473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3 libmicrohttpd-0.9.73.tar.gz"
Works on live machine, fails on CI
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 1f4ffca..5464a0b 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -161,8 +161,7 @@ test_md5 \
test_sha256 \
test_start_stop \
test_daemon \
- test_postprocessor_md \
- test_options
+ test_postprocessor_md
if HAVE_POSIX_THREADS
if ENABLE_UPGRADE
@@ -358,7 +358,3 @@ test_sha256_SOURCES = \
test_sha256.c test_helpers.h \
sha256.c sha256.h mhd_bithelpers.h
-test_options_SOURCES = \
- test_options.c
-test_options_LDADD = \
- $(top_builddir)/src/microhttpd/libmicrohttpd.la
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment