summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-18 12:40:45 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-18 12:41:15 +0200
commitb3387395a28e1a9eb9be2973ec49c789ed84f7c4 (patch)
tree78584d6c9100156a9c55098f9123cace667d1e02
parent373b55a7d922ea0a8a19c9bda5534f90af733a54 (diff)
transform ssl lib names on WNT correctly (I hope .-)
-rw-r--r--RepositoryFixes.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 12f297d18bd9..2f7421734496 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -84,7 +84,9 @@ gb_Library_DLLFILENAMES += $(foreach lib,$(gb_Library_ILIBFILENAMES),$(lib):$(PS
gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst cppunit:cppunit%,cppunit:cygcppunit-1-12-1%,$(gb_Library_DLLFILENAMES))
+gb_Library_DLLFILENAMES := $(patsubst crypto:crypto%,crypto:libeay32%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst icuuc:icuuc%,icuuc:icuuc40%,$(gb_Library_DLLFILENAMES))
+gb_Library_DLLFILENAMES := $(patsubst ssl:ssl%,ssl:ssleay32%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst ucbhelper:ucbhelper%,ucbhelper:ucbhelper4%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))