Skip to content
Snippets Groups Projects
Unverified Commit ad24dda9 authored by alice's avatar alice
Browse files

community/libmicrohttpd: disable failing test

parent f42fa51b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ 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"
source="https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$pkgver.tar.gz
disable-broken-test.patch
"
prepare() {
default_prepare
......@@ -43,4 +45,7 @@ package() {
"$pkgdir"/usr/include/platform.h
}
sha512sums="473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3 libmicrohttpd-0.9.73.tar.gz"
sha512sums="
473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3 libmicrohttpd-0.9.73.tar.gz
886f8eb4f408329ede216cc28e88525a9d29b8443067ecc2577137eff198941159ff81747be1103f4049923ab0f43503f8a73059d31ac7d696b6a62cddbe50cf disable-broken-test.patch
"
TEST_HTTPS_SNI fails with oom
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -8,7 +8,7 @@
endif
if HAVE_GNUTLS_SNI
- TEST_HTTPS_SNI = test_https_sni
+ TEST_HTTPS_SNI =
endif
if HAVE_POSIX_THREADS
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