[Libreoffice-commits] .: Branch 'libreoffice-3-4' - solenv/gbuild

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Tue Sep 20 11:59:01 PDT 2011


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

New commits:
commit b6b7eb97b48937132638aeeef18270624201a930
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Tue Sep 20 20:53:50 2011 +0200

    Revert "Call macosx-change-install-names on executables in gbuild, too."
    
    This reverts commit a87a8ee5a1919f6f6b4b35668456c03bdd499c85.
    The cherry-pick was premature, it would have required an unfortunate number of
    follow-up commits to be picked too.
    
    Signed-off-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index ff73333..2def0c9 100755
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -274,8 +274,6 @@ $(call gb_Helper_abbreviate_dirs,\
 		$(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_target,$(lib))) \
 		-o $(1) \
 		`cat $${DYLIB_FILE}` && \
-	$(if $(filter Executable,$(TARGETTYPE)),\
-		$(PERL) $(SOLARENV)/bin/macosx-change-install-names.pl Executable $(LAYER) $(1) &&) \
 	$(if $(filter Library CppunitTest,$(TARGETTYPE)),\
 		$(PERL) $(SOLARENV)/bin/macosx-change-install-names.pl Library $(LAYER) $(1) && \
 		ln -sf $(1) $(patsubst %.dylib,%.jnilib,$(1)) &&) \


More information about the Libreoffice-commits mailing list