To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26865


User rene changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'cmc,hr,pjanik,rene'      |'cmc,hr,kr,pjanik,rene'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sun Aug 27 17:59:17 -0700 
2006 -------
cmc: is so far is an issue that OOo still doesn't build with large file support,
yes.

Although the patch is trivial and tras time constraints argument was bogus 
anyway..

For reference, here it is (configure builds, Sun builds should not be affected -
unless you decide to use it and add the appropriate defines for your 
platforms...)

--- config_office/configure.in  17 Aug 2006 07:27:21 -0000      1.173.2.2
+++ config_office/configure.in  28 Aug 2006 00:43:46 -0000
@@ -928,6 +928,14 @@
 fi
 AC_SUBST(ENABLE_SYMBOLS)

+AC_SYS_LARGEFILE
+if test -n "$ac_cv_sys_file_offset_bits"; then
+   LFS_CFLAGS="-D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
+fi
+if test -n "$ac_cv_sys_large_files" && test "$ac_cv_sys_large_files" != "no"; 
then
+   LFS_CFLAGS="$LFS_CFLAGS -D_LARGE_FILES"
+fi
+AC_SUBST(LFS_CFLAGS)

 dnl ===================================================================
 dnl Build options
--- config_office/set_soenv.in  11 Aug 2006 10:44:20 -0000      1.112.2.1
+++ config_office/set_soenv.in  28 Aug 2006 00:43:47 -0000
@@ -1715,6 +1715,7 @@
 ToFile( "USE_SYSTEM_STL",    "@USE_SYSTEM_STL@", "e" );
 ToFile( "ALLOC",             "@ALLOC@",          "e" );
 ToFile( "ENABLE_SYMBOLS",    "@ENABLE_SYMBOLS@",    "e" );
+ToFile( "LFS_CFLAGS",        "@LFS_CFLAGS@",     "e" );
 ToFile( "ENABLE_CRASHDUMP",  "@ENABLE_CRASHDUMP@",  "e" );
 ToFile( "ENABLE_CUPS",       "@ENABLE_CUPS@",       "e" );
 ToFile( "ENABLE_FONTCONFIG", "@ENABLE_FONTCONFIG@", "e" );
--- solenv/inc/settings.mk      21 Jul 2006 10:38:35 -0000      1.199
+++ solenv/inc/settings.mk      28 Aug 2006 00:44:03 -0000
@@ -1291,6 +1291,11 @@
 CDEFS+= -DTF_NEWEX
 .ENDIF

+.IF "$(LFS_CFLAGS)" != ""
+CFLAGS+= $(LFS_CFLAGS)
+CXXFLAGS+= $(LFS_CFLAGS)
+.ENDIF
+
 #.IF "$(UPDATER)"=="YES"
 #SVXLIGHT=TRUE
 #.ENDIF

kr: we discussed that in that "packaging process" thread. OK to do?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to