summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-10-05 01:21:20 +0300
committerTor Lillqvist <tml@collabora.com>2020-10-05 09:08:23 +0200
commit83615f4ee8c5e78fb45389b5ea3c1204625e3fe2 (patch)
tree8986bc1f75757cc7feb5674608a0c476eb078f6e
parente55f3e286283bc0570a6c4f396df952a812ceaef (diff)
Fix nss build for iOS
Change-Id: Ib7d1fdfc8394c7356db436e5d1bf6126c164bacc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103937 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--external/nss/nss-ios.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/nss/nss-ios.patch b/external/nss/nss-ios.patch
index 3fbe1541e741..4293cc5243ad 100644
--- a/external/nss/nss-ios.patch
+++ b/external/nss/nss-ios.patch
@@ -30,10 +30,10 @@
CORE_DEPTH = ../../..
--DIRS = . testlib
+-DIRS = testlib
+DIRS =
- testlib: .
+ MODULE = nss
--- a/a/nss/lib/nss/nssinit.c
+++ a/a/nss/lib/nss/nssinit.c