external/nss/nss-ios.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 83615f4ee8c5e78fb45389b5ea3c1204625e3fe2 Author: Tor Lillqvist <[email protected]> AuthorDate: Mon Oct 5 01:21:20 2020 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Oct 5 09:08:23 2020 +0200 Fix nss build for iOS Change-Id: Ib7d1fdfc8394c7356db436e5d1bf6126c164bacc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103937 Tested-by: Tor Lillqvist <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
