From 8a0a2855c1212a1d2bdb2ea06ca3df00d403f9e0 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 20 Sep 2007 01:16:29 +0000 Subject: [PATCH] Add -D_LARGEFILE64_SOURCE directly to the Makefile to avoid having to specify it on the command line git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7811 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/Makefile b/Open-ILS/src/Makefile index e94f0dfadc..f2c8c62309 100644 --- a/Open-ILS/src/Makefile +++ b/Open-ILS/src/Makefile @@ -1,7 +1,7 @@ export LDFLAGS += -L . -L$(TMP) -L $(OPENSRF_LIBS) export CFLAGS += -pipe -g -Wall -O2 -fPIC -I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) -I$(APR_HEADERS) \ - -I$(LIBXML2_HEADERS)/libxml -I$(TMP) -I$(OPENSRF_HEADERS) \ + -D_LARGEFILE64_SOURCE -I$(LIBXML2_HEADERS)/libxml -I$(TMP) -I$(OPENSRF_HEADERS) \ -I$(OPENSRF_HEADERS)/opensrf # <-- stop-gap until opensrf compilation can be fixed with external include directory export INCDIR = "$(INCLUDEDIR)/openils/" -- 2.11.0