aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-14 16:06:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-14 16:06:13 +0100
commit2e8a4f8b9a521f94e8b00c15dba458493892a685 (patch)
tree0137d2ef537d7a60317831c95145e004ce8eedac /src/microhttpd
parent7078145599b9d3b77b361de2797d704e9346fb5d (diff)
downloadlibmicrohttpd-2e8a4f8b9a521f94e8b00c15dba458493892a685.tar.gz
libmicrohttpd-2e8a4f8b9a521f94e8b00c15dba458493892a685.zip
mark build as non-parallel due to port conflicts (#6117)
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 597a2d56..19899a40 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -150,7 +150,7 @@ libmicrohttpd_la_SOURCES += \
150 connection_https.c connection_https.h 150 connection_https.c connection_https.h
151endif 151endif
152 152
153 153.NOTPARALLEL:
154 154
155check_PROGRAMS = \ 155check_PROGRAMS = \
156 test_str_compare \ 156 test_str_compare \