[ooo-build-commit] bin/setup.in

Petr Mladek pmladek at kemper.freedesktop.org
Mon Aug 3 11:23:38 PDT 2009


 bin/setup.in |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 3296f23b726a1bbae9829674da83f63656c2512a
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Aug 3 20:03:41 2009 +0200

    Temporary set SUSE_ASNEEDED=0 to compile KDE in openSUSE factory
    
    * bin/setup.in: FIXME: -Wl,--as-needed is enabled by default for openSUSE-11.2;
      there are missing symbols when linking kde libraries now;
      See http://fourier.suse.de/mlarch/SuSE/development-gcc/2009/development-gcc.2009.07/msg00024.html

diff --git a/bin/setup.in b/bin/setup.in
index ce2ad5d..05361da 100644
--- a/bin/setup.in
+++ b/bin/setup.in
@@ -233,6 +233,11 @@ BINUTILS_UNTAR_OPTIONS=jxf
 BINUTILS_DECOMPRESS_CMD="bzip2 -dc"
 BINUTILS_PATCHES=""
 
+# FIXME: -Wl,--as-needed is enabled by default for openSUSE-11.2
+# there are missing symbols when linking kde libraries now
+# See http://fourier.suse.de/mlarch/SuSE/development-gcc/2009/development-gcc.2009.07/msg00024.html
+export SUSE_ASNEEDED=0
+
 OOO_SCALED_ICONS_VER=ooo-scaled-icons
 OOO_SCALED_ICONS_TARBALL=$OOO_SCALED_ICONS_VER.tar.gz
 OOO_SCALED_ICONS_UNTAR_OPTIONS=xzf


More information about the ooo-build-commit mailing list