nss/nss.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48539b59174564950a9d4546048d462a7bfadfb1
Author:     Thorsten Behrens <thorsten.behr...@cib.de>
AuthorDate: Mon Oct 8 16:10:51 2018 +0200
Commit:     Thorsten Behrens <thorsten.behr...@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) $@
  
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to