solenv/gbuild/platform/macosx.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 493c1e4628d2c2927ce0657497d51a1fcc37c2b3
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Mon May 6 17:36:44 2013 -0500

    codesign --timestamp=none is not supported on 10.6
    
    Change-Id: Ie1e853fd1dd3154c6805eb8129c35a49150b458c
    Reviewed-on: https://gerrit.libreoffice.org/3806
    Reviewed-by: Tor Lillqvist <t...@iki.fi>
    Tested-by: Tor Lillqvist <t...@iki.fi>

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 @@ $(call gb_Helper_abbreviate_dirs,\
                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$$ \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to