[arch-commits] Commit in openoffice-base/trunk (ChangeLog PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jul 4 12:55:56 UTC 2009


    Date: Saturday, July 4, 2009 @ 08:55:55
  Author: andyrtr
Revision: 44836

upgpkg: openoffice-base 3.1.0-5
    fix #15290

Modified:
  openoffice-base/trunk/ChangeLog
  openoffice-base/trunk/PKGBUILD

-----------+
 ChangeLog |    2 +-
 PKGBUILD  |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-04 12:21:37 UTC (rev 44835)
+++ ChangeLog	2009-07-04 12:55:55 UTC (rev 44836)
@@ -1,7 +1,7 @@
 2009-07-03 Andreas Radke <andyrtr at archlinux.org>
 
 	* 3.1.0-5 :
-	rebuild with lower compiler optimisation
+	rebuild with lowered compiler optimizations
 	http://bugs.archlinux.org/task/15290
 
 2009-07-02 Andreas Radke <andyrtr at archlinux.org>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-04 12:21:37 UTC (rev 44835)
+++ PKGBUILD	2009-07-04 12:55:55 UTC (rev 44836)
@@ -103,12 +103,10 @@
 	cd ${srcdir}/${_OO_milestone}
 
 	# export C(XX)FLAGS
-#	export ARCH_FLAGS="$CFLAGS"
+	# http://www.openoffice.org/issues/show_bug.cgi?id=103205
 	unset CFLAGS
 	unset CXXFLAGS
-	export ARCH_FLAGS="-march=x86-64 -Os"
-	export CFLAGS="$ARCH_FLAGS"
-	export CXXFLAGS="$ARCH_FLAGS"
+#	export ARCH_FLAGS="$CFLAGS"
 
 	# Need to recreate the configure script because of patches
 	autoreconf -v || return 1




More information about the arch-commits mailing list