From: Steinar H. Gunderson Date: Sun, 17 Nov 2019 18:52:23 +0000 (+0100) Subject: Always compile with -pthread. X-Git-Tag: 1.4.3~1 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=4c536785e44615d91b240de1618fd8f6e9bc4c3f;ds=sidebyside Always compile with -pthread. --- diff --git a/Makefile.in b/Makefile.in index 0e5fb2f..b4d8456 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,8 +4,8 @@ INSTALL=install PROTOC=protoc CPPFLAGS=@CPPFLAGS@ CPPFLAGS += -Itlse -DWITH_KTLS -DNO_TLS_LEGACY_SUPPORT -DNO_SSL_COMPATIBLE_INTERFACE -DLTM_DESC -DTLS_REEXPORTABLE -DNO_TLS_WITH_CHACHA20_POLY1305 -CXXFLAGS=-Wall @CXXFLAGS@ @protobuf_CFLAGS@ @libsystemd_CFLAGS@ @libtomcrypt_CFLAGS@ -LDFLAGS=@LDFLAGS@ +CXXFLAGS=-Wall @CXXFLAGS@ @protobuf_CFLAGS@ @libsystemd_CFLAGS@ @libtomcrypt_CFLAGS@ -pthread +LDFLAGS=@LDFLAGS@ -pthread LIBS=@LIBS@ @protobuf_LIBS@ @libsystemd_LIBS@ @libtomcrypt_LIBS@ OBJS=main.o client.o server.o stream.o udpstream.o serverpool.o input.o input_stats.o httpinput.o udpinput.o parse.o config.o acceptor.o stats.o accesslog.o thread.o util.o log.o metacube2.o sa_compare.o timespec.o state.pb.o tlse/tlse.o