From 7a98d92047b83f4cb615f1f57ceef0fc82f0e6a9 Mon Sep 17 00:00:00 2001 From: Curtis Yarvin Date: Sun, 1 Dec 2013 02:56:52 +0000 Subject: [PATCH] 64-bit file offsets please... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c433bbd4d2..b4a1f6aed1 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ ifeq ($(OS),osx) endif ifeq ($(OS),linux) OSLIBS=-lcrypto -lpthread -lrt -lcurses + DEFINES=-D_FILE_OFFSET_BITS=64 endif ifeq ($(OS),bsd) OSLIBS=-lcrypto -lpthread -lncurses -lkvm