diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-25 10:30:00 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-05-25 10:30:00 +0200 |
commit | 2f8ec3b3202f2c6f6f57334d353c758a57aed5dc (patch) | |
tree | a5f09a0451623948dd5044eb5763171ee2a454ef | |
parent | d4e0d177170b2bee4cb6ddaf6670c1f7f6118eb4 (diff) |
fix build with system ICUintegration/dev300_m106
-rwxr-xr-x | RepositoryFixes.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index f7aff9799..50c30a5a5 100755 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -173,6 +173,7 @@ gb_Library_TARGETS := $(filter-out rdf,$(gb_Library_TARGETS)) endif ifeq ($(SYSTEM_ICU),YES) +gb_Library_TARGETS := $(filter-out icule,$(gb_Library_TARGETS)) gb_Library_TARGETS := $(filter-out icuuc,$(gb_Library_TARGETS)) endif |