From 6a611915dc4a58267483abab8e44b73bd6ba0a9b Mon Sep 17 00:00:00 2001 From: "smontagu%netscape.com" Date: Wed, 9 Apr 2003 01:04:16 +0000 Subject: [PATCH] Add CTL support to static builds. Bug 201167, author=Roland.Mainz@informatik.med.uni-giessen.de, r=cls git-svn-id: svn://10.0.0.236/trunk@140888 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/ctl/src/hindiShaper/Makefile.in | 2 ++ mozilla/intl/ctl/src/thaiShaper/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/intl/ctl/src/hindiShaper/Makefile.in b/mozilla/intl/ctl/src/hindiShaper/Makefile.in index bf8bffd2c59..7d33c818873 100644 --- a/mozilla/intl/ctl/src/hindiShaper/Makefile.in +++ b/mozilla/intl/ctl/src/hindiShaper/Makefile.in @@ -26,6 +26,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = mozpango-dvngx LIBRARY_NAME = mozpango-dvngx +# See bug 201167 ("No CTL support in StaticBuilds") +FORCE_SHARED_LIB = 1 EXPORT_LIBRARY = 1 EXTRA_DSO_LIBS = mozpango diff --git a/mozilla/intl/ctl/src/thaiShaper/Makefile.in b/mozilla/intl/ctl/src/thaiShaper/Makefile.in index ab81294d8a4..453fa144f43 100644 --- a/mozilla/intl/ctl/src/thaiShaper/Makefile.in +++ b/mozilla/intl/ctl/src/thaiShaper/Makefile.in @@ -37,6 +37,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = mozpango-thaix LIBRARY_NAME = mozpango-thaix +# See bug 201167 ("No CTL support in StaticBuilds") +FORCE_SHARED_LIB = 1 EXPORT_LIBRARY = 1 EXTRA_DSO_LIBS = mozpango