Trying a mingw cross build of current master on Fedora 17, it fails in
module nss. First problem should be fixable with
diff --git a/nss/makefile.mk b/nss/makefile.mk
index 8603fbb..ecd7e22 100644
--- a/nss/makefile.mk
+++ b/nss/makefile.mk
@@ -134,8 +134,7 @@ BUILD_ACTION += NSS_USE_SYSTEM_SQLITE=1
PATCH_FILES+=nss.patch.mingw
-moz_build:=$(shell cygpath -p $(MOZILLABUILD))
-PATH!:=$(moz_build)/bin:$(PATH)
+PATH!:=$(MOZILLABUILD)/bin:$(PATH)
nss_CC=$(CC)
nss_CXX=$(CXX)
but then application of nss.patch.mingw still fails. --with-system-nss
does not work for me either, as I have no idea which rpms (if available
at all) I would need to install for that on Fedora 17. And nss is
apparently non-optional in our master builds these days.
Did anyone successfully build master mingw recently?
Stephan
Context
- Status of master mingw nss? · Stephan Bergmann
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.