From b8bd25548eb8d13db07ed976c47071a951ded786 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 9 Nov 2012 16:49:59 +0100 Subject: let's have only one orcus library in solver Change-Id: Ida46affca95fcd582206d79ff7a5b4d48ed92e12 --- RepositoryFixes.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'RepositoryFixes.mk') diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 51e82413ac91..55f5ed726db4 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -91,8 +91,6 @@ gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2$(gb_Library_IARCEXT) gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt$(gb_Library_IARCEXT),$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES)) -gb_StaticLibrary_FILENAMES := $(patsubst orcus:liborcus%,orcus:liborcus-0.2%,$(gb_StaticLibrary_FILENAMES)) - # Libraries not provided by mingw(-w64), available only in the Windows # SDK. So if these actually are liked with somewhere, we can't # cross-compile that module then using MinGW. That needs to be fixed -- cgit