From 6300ab66ca91fe7ebe461b4bccd5727b8001053c Mon Sep 17 00:00:00 2001 From: Sude Date: Wed, 13 Aug 2014 02:44:31 +0300 Subject: [PATCH] Makefile changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d45a1d..be53384 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ LD = g++ WINDRES = windres INC = -Iinclude -I/usr/include/rhash -CFLAGS = -std=c++0x -Wall -fexceptions +CFLAGS = -std=c++11 -Wall -fexceptions -D_FILE_OFFSET_BITS=64 RESINC = LIBDIR = LIB = -lcurl -loauth -ljsoncpp -lhtmlcxx -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options -lboost_date_time -ltinyxml -lrhash