[open-ils-commits] r7812 - trunk/Open-ILS/src
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 19 21:29:22 EDT 2007
Author: dbs
Date: 2007-09-19 21:20:29 -0400 (Wed, 19 Sep 2007)
New Revision: 7812
Modified:
trunk/Open-ILS/src/Makefile
Log:
Add -D_LARGEFILE64_SOURCE directly to the Makefile
to avoid having to specify it on the command line
Modified: trunk/Open-ILS/src/Makefile
===================================================================
--- trunk/Open-ILS/src/Makefile 2007-09-20 01:16:29 UTC (rev 7811)
+++ trunk/Open-ILS/src/Makefile 2007-09-20 01:20:29 UTC (rev 7812)
@@ -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