From d4f9b205e5091c496f0367dcd4dcc29e0a842f7f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 7 Feb 2014 00:42:40 +0100 Subject: [PATCH] Compile with large file support, especially since pwritev() on 32-bit x86 seems to be broken without. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40ae397..1234f79 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc CXX=g++ INSTALL=install PROTOC=protoc -CXXFLAGS=-Wall -O2 -g -pthread +CXXFLAGS=-Wall -O2 -g -pthread $(shell getconf LFS_CFLAGS) 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 metacube2.o sa_compare.o state.pb.o -- 2.39.2