Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi,

On Wed, Aug 29, 2012 at 12:01:17PM +0200, Stephan Bergmann wrote:
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.

Yeah, that is why I used --disable-xmlsec while it still worked :-( I
have been planning to look into this for some time already, but I will
not mind if you beat me to it.

--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.

There is no mingw32-nss package in Fedora, unfortunately.

D.

Context


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.