]> git.sesse.net Git - cubemap/blobdiff - Makefile
Make the HTTP inputs time out after 30 seconds of no activity.
[cubemap] / Makefile
index e90ebb366415d8f004c17bea46e861deffb40acd..828c9fda601ca734cc6ee2b39e1054ec4f916884 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CXX=g++
 INSTALL=install
 PROTOC=protoc
 CXXFLAGS=-Wall -O2 -g -pthread
-LDLIBS=-lprotobuf -pthread
+LDLIBS=-lprotobuf -pthread -lrt
 
 OBJS=main.o client.o server.o stream.o udpstream.o serverpool.o mutexlock.o input.o input_stats.o httpinput.o udpinput.o parse.o config.o markpool.o acceptor.o stats.o accesslog.o thread.o util.o log.o state.pb.o