Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2011-11-06 17:00:59 +0000
committerEugene Tarassov2011-11-06 17:00:59 +0000
commit70100a19c22c528f635d3fd9c95f87431e7ec798 (patch)
tree88008ff65d1e28e7b2bbc93301543dce5e1de540 /Makefile.inc
parentbdab11db0393565168741b60e98c3c4f6f7b13d8 (diff)
downloadorg.eclipse.tcf.agent-70100a19c22c528f635d3fd9c95f87431e7ec798.tar.gz
org.eclipse.tcf.agent-70100a19c22c528f635d3fd9c95f87431e7ec798.tar.xz
org.eclipse.tcf.agent-70100a19c22c528f635d3fd9c95f87431e7ec798.zip
TCF Agent: reverted some of changes from previous commit to fix build errors.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index c98a07c0..f99fc2a2 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -60,6 +60,7 @@ ifeq ($(OPSYS),GNU/Linux)
endif
ifneq ($(OPSYS),Windows)
+ OPTS += -D_FILE_OFFSET_BITS=64
OPTS += -Wall
ifneq ($(CC),g++)
OPTS += -Wmissing-prototypes

Back to the top