aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2014-03-06 21:30:20 +0100
committerTimo Weingärtner <timo@tiwe.de>2014-03-06 21:30:20 +0100
commite29d26e77d8577ea272211c20240b3c39dff6bf0 (patch)
tree0cc4e36cb1e659f137bd574dd9943ec6137e0194
parent8f0e412b48178c00abd023917dd2c9050ee89c18 (diff)
downloadlibpam-pwdfile-e29d26e77d8577ea272211c20240b3c39dff6bf0.tar.gz
enable large file support
this should make some tests for LFS happy; we don't use sizes of or offsets in files here
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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