diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-25 17:43:10 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-26 07:13:16 +0000 |
commit | f158480f13f18f05df912f5191211d5d542a06cb (patch) | |
tree | fa098a278a32e8bece22cab2170448903e76668d /main/libmicrohttpd/disable-test_options.patch | |
parent | b374bb28729e0a6c783aae6ec5e2ebb40c7aaa3f (diff) | |
download | aports-f158480f13f18f05df912f5191211d5d542a06cb.tar.bz2 aports-f158480f13f18f05df912f5191211d5d542a06cb.tar.xz |
main/libmicrohttpd: update to 0.9.63
Diffstat (limited to 'main/libmicrohttpd/disable-test_options.patch')
-rw-r--r-- | main/libmicrohttpd/disable-test_options.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/main/libmicrohttpd/disable-test_options.patch b/main/libmicrohttpd/disable-test_options.patch new file mode 100644 index 0000000000..da4718396b --- /dev/null +++ b/main/libmicrohttpd/disable-test_options.patch @@ -0,0 +1,25 @@ +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 +@@ -156,8 +156,7 @@ check_PROGRAMS = \ + test_str_token \ + test_http_reasons \ + test_start_stop \ +- test_daemon \ +- test_options ++ test_daemon + + if HAVE_POSIX_THREADS + if ENABLE_UPGRADE +@@ -316,7 +315,3 @@ test_http_reasons_SOURCES = \ + test_http_reasons.c \ + reason_phrase.c mhd_str.c mhd_str.h + +-test_options_SOURCES = \ +- test_options.c +-test_options_LDADD = \ +- $(top_builddir)/src/microhttpd/libmicrohttpd.la + |