Skip to content
Snippets Groups Projects
Commit 8f047d19 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #2326 from ctiller/we-lost-our-sanity

Restore sanity
parents c6964b1d 8ebc34da
No related branches found
No related tags found
No related merge requests found
...@@ -5744,7 +5744,7 @@ FD_CONSERVATION_POSIX_TEST_SRC = \ ...@@ -5744,7 +5744,7 @@ FD_CONSERVATION_POSIX_TEST_SRC = \
FD_CONSERVATION_POSIX_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(FD_CONSERVATION_POSIX_TEST_SRC)))) FD_CONSERVATION_POSIX_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(FD_CONSERVATION_POSIX_TEST_SRC))))
ifeq ($(NO_SECURE),true) ifeq ($(NO_SECURE),true)
   
# You can't build secure targets if you don't have OpenSSL with ALPN. # You can't build secure targets if you don't have OpenSSL.
   
$(BINDIR)/$(CONFIG)/fd_conservation_posix_test: openssl_dep_error $(BINDIR)/$(CONFIG)/fd_conservation_posix_test: openssl_dep_error
   
...@@ -7078,7 +7078,7 @@ MULTIPLE_SERVER_QUEUES_TEST_SRC = \ ...@@ -7078,7 +7078,7 @@ MULTIPLE_SERVER_QUEUES_TEST_SRC = \
MULTIPLE_SERVER_QUEUES_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(MULTIPLE_SERVER_QUEUES_TEST_SRC)))) MULTIPLE_SERVER_QUEUES_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(MULTIPLE_SERVER_QUEUES_TEST_SRC))))
ifeq ($(NO_SECURE),true) ifeq ($(NO_SECURE),true)
   
# You can't build secure targets if you don't have OpenSSL with ALPN. # You can't build secure targets if you don't have OpenSSL.
   
$(BINDIR)/$(CONFIG)/multiple_server_queues_test: openssl_dep_error $(BINDIR)/$(CONFIG)/multiple_server_queues_test: openssl_dep_error
   
...@@ -7542,7 +7542,7 @@ URI_PARSER_TEST_SRC = \ ...@@ -7542,7 +7542,7 @@ URI_PARSER_TEST_SRC = \
URI_PARSER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(URI_PARSER_TEST_SRC)))) URI_PARSER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(URI_PARSER_TEST_SRC))))
ifeq ($(NO_SECURE),true) ifeq ($(NO_SECURE),true)
   
# You can't build secure targets if you don't have OpenSSL with ALPN. # You can't build secure targets if you don't have OpenSSL.
   
$(BINDIR)/$(CONFIG)/uri_parser_test: openssl_dep_error $(BINDIR)/$(CONFIG)/uri_parser_test: openssl_dep_error
   
......
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