From 8068e24e4c9d7b2b9e52cdfd35313bb5320b352b Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 20 Sep 2007 01:20: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/trunk@7812 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 8c5bf70506..f48cb21d83 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.43.2