[open-ils-commits] r7811 - branches/rel_1_2/Open-ILS/src

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 19 21:25:22 EDT 2007


Author: dbs
Date: 2007-09-19 21:16:29 -0400 (Wed, 19 Sep 2007)
New Revision: 7811

Modified:
   branches/rel_1_2/Open-ILS/src/Makefile
Log:
Add -D_LARGEFILE64_SOURCE directly to the Makefile
to avoid having to specify it on the command line


Modified: branches/rel_1_2/Open-ILS/src/Makefile
===================================================================
--- branches/rel_1_2/Open-ILS/src/Makefile	2007-09-20 01:13:16 UTC (rev 7810)
+++ branches/rel_1_2/Open-ILS/src/Makefile	2007-09-20 01:16:29 UTC (rev 7811)
@@ -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/"



More information about the open-ils-commits mailing list