hotspot/agent/src/os/linux/Makefile
changeset 11763 b206e4b3186e
parent 5547 f4b087cbb361
child 13873 7b72e3873785
--- a/hotspot/agent/src/os/linux/Makefile	Thu Feb 09 07:35:48 2012 -0800
+++ b/hotspot/agent/src/os/linux/Makefile	Sun Feb 12 19:33:11 2012 -0800
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2002, 2009, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@
 
 LIBS     = -lthread_db
 
-CFLAGS   = -c -fPIC -g -D_GNU_SOURCE -D$(ARCH) $(INCLUDES)
+CFLAGS   = -c -fPIC -g -D_GNU_SOURCE -D$(ARCH) $(INCLUDES) -D_FILE_OFFSET_BITS=64
 
 LIBSA = $(ARCH)/libsaproc.so