From: Steinar H. Gunderson Date: Thu, 6 Feb 2014 23:42:40 +0000 (+0100) Subject: Compile with large file support, especially since pwritev() on 32-bit x86 seems to... X-Git-Tag: 1.0.4~3 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=d4f9b205e5091c496f0367dcd4dcc29e0a842f7f;ds=sidebyside Compile with large file support, especially since pwritev() on 32-bit x86 seems to be broken without. --- 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