Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / nss / nss.cygwin64.in32bit.patch
blobb00761a0e85bca212f92d8db3893d709a705b21f
1 This fixes architecture mismatch, when building
2 on Cygwin 64bit and in 32bit mode
3 diff -ru nss.orig/nss/Makefile nss/nss/Makefile
4 --- a/nss.orig/nss/Makefile 2016-02-26 01:00:52.146713100 +0100
5 +++ b/nss/nss/Makefile 2016-02-26 01:02:05.303560100 +0100
6 @@ -59,6 +59,8 @@
7 # Translate coreconf build options to NSPR configure options.
10 +NSPR_CONFIGURE_OPTS += --host=i686-pc-cygwin
12 ifeq ($(OS_TARGET),Android)
13 NSPR_CONFIGURE_OPTS += --with-android-ndk=$(ANDROID_NDK) \
14 --target=$(ANDROID_PREFIX) \