mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 23:51:58 +01:00
26 lines
638 B
Diff
26 lines
638 B
Diff
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
|
|
|