64-bit file offsets please...

This commit is contained in:
Curtis Yarvin 2013-12-01 02:56:52 +00:00
parent 3d9cda2509
commit 7a98d92047

View File

@ -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