Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=295b01f86a6ea554f1067413bf5d436983fc8fa9

commit 295b01f86a6ea554f1067413bf5d436983fc8fa9
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sun Dec 9 14:07:10 2007 +0100

openoffice.org-2.3.1-1-x86_64
steal the cflags hack from xerces-j so hopefully gcj won't be killed by oom :)

diff --git a/source/xapps/openoffice.org/FrugalBuild 
b/source/xapps/openoffice.org/FrugalBuild
index b57360d..564af4e 100644
--- a/source/xapps/openoffice.org/FrugalBuild
+++ b/source/xapps/openoffice.org/FrugalBuild
@@ -136,6 +136,9 @@ build() {
autoconf || return 1

# Optimize build.
+       ## HACK! don't remove or it eats your box got killed here while
+       ## eating 3G mem ...
+       export CFLAGS="$(echo $CFLAGS|sed 's/-O2/-O0/')"
export ARCH_FLAGS="$CFLAGS"

if Fuse $USE_DEVEL; then
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to