[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-4-1-6+backports' - nss/nss.patch
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 8 14:11:41 UTC 2018
nss/nss.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 48539b59174564950a9d4546048d462a7bfadfb1
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Mon Oct 8 16:10:51 2018 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Mon Oct 8 16:10:51 2018 +0200
nss: fix build for Linux
Change-Id: I144609e303b49d2dacd96274c3ec0976822b1dfa
diff --git a/nss/nss.patch b/nss/nss.patch
index 4e54aa287523..6a5cb8be8d34 100644
--- a/nss/nss.patch
+++ b/nss/nss.patch
@@ -113,7 +113,7 @@
$(AR) $(subst /,\\,$(OBJS))
else
- $(AR) $(OBJS)
-+ $(AR) -c $@ $(OBJS)
++ $(AR) $(AR_FLAGS) $(OBJS) $(AR_EXTRA_ARGS)
endif
$(RANLIB) $@
More information about the Libreoffice-commits
mailing list