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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jul 4 10:11:07 UTC 2009


    Date: Saturday, July 4, 2009 @ 06:11:06
  Author: andyrtr
Revision: 44768

prepare prepare rebuild to fix broken extensions

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

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    9 +++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-04 00:45:20 UTC (rev 44767)
+++ ChangeLog	2009-07-04 10:11:06 UTC (rev 44768)
@@ -1,3 +1,9 @@
+2009-07-03 Andreas Radke <andyrtr at archlinux.org>
+
+	* 3.1.0-5 :
+	rebuild with lower compiler optimisation
+	http://bugs.archlinux.org/task/15290
+
 2009-07-02 Andreas Radke <andyrtr at archlinux.org>
 
 	* 3.1.0-4 :

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-04 00:45:20 UTC (rev 44767)
+++ PKGBUILD	2009-07-04 10:11:06 UTC (rev 44768)
@@ -3,7 +3,7 @@
 
 pkgname=openoffice-base
 pkgver=3.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="OpenOffice.org - a free multiplatform and multilingual office suite"
 arch=(i686 x86_64)
 _OO_milestone=OOO310_m11  # =RC2 = final
@@ -103,7 +103,12 @@
 	cd ${srcdir}/${_OO_milestone}
 
 	# export C(XX)FLAGS
-	export ARCH_FLAGS="$CFLAGS"
+#	export ARCH_FLAGS="$CFLAGS"
+	unset CFLAGS
+	unset CXXFLAGS
+	export ARCH_FLAGS="-march=x86-64 -Os"
+	export CFLAGS="$ARCH_FLAGS"
+	export CXXFLAGS="$ARCH_FLAGS"
 
 	# Need to recreate the configure script because of patches
 	autoreconf -v || return 1




More information about the arch-commits mailing list