From e29d26e77d8577ea272211c20240b3c39dff6bf0 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Thu, 6 Mar 2014 21:30:20 +0100 Subject: enable large file support this should make some tests for LFS happy; we don't use sizes of or offsets in files here --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0d2f3f..c115296 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PAM_LIB_DIR ?= /lib/security INSTALL ?= install CFLAGS ?= -O2 -g -Wall -Wformat-security -CPPFLAGS += -DUSE_CRYPT_R +CPPFLAGS += -DUSE_CRYPT_R -D_FILE_OFFSET_BITS=64 CFLAGS += -fPIC -fvisibility=hidden LDFLAGS += -Wl,-x -shared -- cgit v1.2.3