diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-13 09:41:56 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-13 09:41:56 +0100 |
commit | 56070c6a6b256c61eee3dceeb1cb220b2c1d2690 (patch) | |
tree | e7719c97e931c669f7d22c8b799ca983146ff9ee /RepositoryFixes.mk | |
parent | e76699e823d9ef6801f39f1c02374ed130249014 (diff) |
gnumake2: fixing comphelper lib name for solaris
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index c0c530fe1caa..6b79792b1990 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -107,6 +107,11 @@ gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES)) endif +ifeq ($(OS),SOLARIS) +gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp4%,$(gb_Library_FILENAMES)) + +endif + # we do not require a known rule for these, when using system libs ifeq ($(USE_SYSTEM_STL),YES) |