diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-22 15:35:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-22 15:35:57 +0000 |
commit | d23e3b8741ecf9bf1607ff60e0480521999cd1dc (patch) | |
tree | ad01e4df9cadf0ab427fb2a7f953c87590b3627c /berkeleydb | |
parent | 296b1cde2c225fc743367cde77241d42f94293bd (diff) |
#i10000# '-Wl' for solaris breaks the build. For now completely commented out.
Diffstat (limited to 'berkeleydb')
-rw-r--r-- | berkeleydb/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk index aa084f176d7a..10c54c4d767f 100644 --- a/berkeleydb/makefile.mk +++ b/berkeleydb/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: obo $ $Date: 2005-12-21 11:10:45 $ +# last change: $Author: rt $ $Date: 2005-12-22 16:35:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,7 @@ PATCH_FILE_NAME=db-4.2.52.patch LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN' .ENDIF # "$(OS)$(COM)"=="LINUXGCC" .IF "$(OS)$(COM)"=="SOLARISC52" -LDFLAGS:=-Wl,-R'$$$$ORIGIN' +#LDFLAGS:=-R'$$$$ORIGIN' .ENDIF # "$(OS)$(COM)"=="SOLARISC52" .EXPORT: LDFLAGS CONFIGURE_DIR=out |