Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3806

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/3806/1

codesign --timestamp=none is not supported on 10.6

Change-Id: Ie1e853fd1dd3154c6805eb8129c35a49150b458c
---
M solenv/gbuild/platform/macosx.mk
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 3a20464..80fdfb9 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -163,7 +163,7 @@
                ln -sf $(notdir $(1)) $(basename $(1)).jnilib &&) \
        $(if $(MACOSX_CODESIGNING_IDENTITY), \
                $(if $(filter Executable,$(TARGETTYPE)), \
-                       codesign --timestamp=none 
--identifier=$(MACOSX_BUNDLE_IDENTIFIER).$(notdir $(1)) --sign 
$(MACOSX_CODESIGNING_IDENTITY) $(1) &&)) \
+                       codesign 
--identifier=$(MACOSX_BUNDLE_IDENTIFIER).$(notdir $(1)) --sign 
$(MACOSX_CODESIGNING_IDENTITY) $(1) &&)) \
        $(if $(filter Library,$(TARGETTYPE)),\
                otool -l $(1) | grep -A 5 LC_ID_DYLIB > $(1).exports.tmp && \
                $(NM) -g -P $(1) | cut -d' ' -f1-2 | grep -v U$$ \

-- 
To view, visit https://gerrit.libreoffice.org/3806
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1e853fd1dd3154c6805eb8129c35a49150b458c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud <nthieb...@gmail.com>

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to