MozillaThunderbird/lightning.patch

49 lines
1.7 KiB
Diff
Raw Normal View History

Index: extensions/xmlextras/build/src/Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/extensions/xmlextras/build/src/Makefile.in,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile.in
--- extensions/xmlextras/build/src/Makefile.in 4 Apr 2005 18:38:18 -0000 1.42
+++ extensions/xmlextras/build/src/Makefile.in 27 Oct 2005 08:17:33 -0000
@@ -52,6 +52,8 @@ IS_COMPONENT = 1
MODULE_NAME = nsXMLExtrasModule
GRE_MODULE = 1
MOZILLA_INTERNAL_API = 1
+# for lightning XPI build
+FORCE_USE_PIC = 1
PACKAGE_FILE = xmlextras.pkg
Index: extensions/xmlextras/base/src/Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/extensions/xmlextras/base/src/Makefile.in,v
retrieving revision 1.22
diff -u -r1.22 Makefile.in
--- extensions/xmlextras/base/src/Makefile.in 17 Jun 2005 12:07:48 -0000 1.22
+++ extensions/xmlextras/base/src/Makefile.in 27 Oct 2005 08:44:20 -0000
@@ -45,6 +45,8 @@
MODULE = xmlextras
LIBRARY_NAME = xmlextrasbase_s
MOZILLA_INTERNAL_API = 1
+# needed for lightning XPI
+FORCE_USE_PIC = 1
REQUIRES = xpcom \
string \
Index: extensions/xmlextras/pointers/src/Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/extensions/xmlextras/pointers/src/Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 Makefile.in
--- extensions/xmlextras/pointers/src/Makefile.in 4 Apr 2005 18:38:18 -0000 1.3
+++ extensions/xmlextras/pointers/src/Makefile.in 27 Oct 2005 09:13:58 -0000
@@ -45,6 +45,8 @@
MODULE = xmlextras
LIBRARY_NAME = xmlextraspointers_s
MOZILLA_INTERNAL_API = 1
+# needed for lightning XPI
+FORCE_USE_PIC = 1
REQUIRES = xpcom \
string \