You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/05 10:12:51 UTC

svn commit: r811601 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Sat Sep  5 08:12:51 2009
New Revision: 811601

URL: http://svn.apache.org/viewvc?rev=811601&view=rev
Log:
Add missing HP-UX cflags

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=811601&r1=811600&r2=811601&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Sat Sep  5 08:12:51 2009
@@ -434,7 +434,7 @@
         ;;
     hpux-cc    )
         r="`uname -r | sed 's/[A-Z].[0-9]*.//'`"
-        varadds cppopts -D_HPUX_SOURCE -DHPUX11=$r
+        varadds cppopts -D_HPUX_SOURCE -DHPUX11=$r -D_FILE_OFFSET_BITS=64
         varadds ccflags -Ae +O2 -z +Z
         varadds ldflags -lrt -lpthread -ldld -lm
         varadds shflags +Z -b
@@ -497,9 +497,9 @@
 
 case "$host$bits-$cc" in
     hpux64-cc    )
-        varadds ccflags +DD64
+        varadds ccflags +DD64 +DA2.0W
         varadds shflags +DD64
-        varadds exflags +DD64
+        varadds exflags +DD64 +DA2.0W
         ;;
     windows-cl   )
         varadds asflags -coff -Cx -Zm -Di386 -DQUIET -D?QUIET