diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 10:41:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 10:41:41 +0000 |
commit | bb932b7c348eb1fb2d9b70ce559955dc492bcbbd (patch) | |
tree | 376162d10882de41b4b5cc7b3439cd39177baaba /shell/source/backends/gconfbe/makefile.mk | |
parent | 165721b06c185e73085093ae400c9abbd4226af5 (diff) |
INTEGRATION: CWS sysui03 (1.8.12); FILE MERGED
2005/01/13 10:58:21 obr 1.8.12.1: #i39410#, #i39921# moved all UNO component linked against GNOME libraries into separate package
Diffstat (limited to 'shell/source/backends/gconfbe/makefile.mk')
-rw-r--r-- | shell/source/backends/gconfbe/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/shell/source/backends/gconfbe/makefile.mk b/shell/source/backends/gconfbe/makefile.mk index eabc3db23f49..1330d71f0816 100644 --- a/shell/source/backends/gconfbe/makefile.mk +++ b/shell/source/backends/gconfbe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2004-11-18 08:50:29 $ +# last change: $Author: kz $ $Date: 2005-01-21 11:41:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,11 +91,6 @@ PKGCONFIG_MODULES=gconf-2.0 LINKFLAGS+=-z nodefs .ENDIF # "$(OS)" == "SOLARIS" -# Disable lazy binding of symbols -.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS" -LINKFLAGS+=-z now -.ENDIF - .IF "$(OS)" == "LINUX" # hack for faked SO environment CFLAGS+=-gdwarf-2 |