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 <nthiebaud@gmail.com>
Context
- [PATCH] codesign --timestamp=none is not supported on 10.6 · Norbert Thiebaud (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.