From 261b34bd068b413cbe015502aa32001d0234da24 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 25 Jan 2021 13:59:12 +0100 Subject: Integrate patch from conda-forge ace-feedstock, see https://github.com/conda-forge/ace-feedstock/blob/master/recipe/fix_macos_rpath.patch * ACE/include/makeinclude/platform_macosx_yosemite.GNU: --- ACE/include/makeinclude/platform_macosx_yosemite.GNU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/include/makeinclude/platform_macosx_yosemite.GNU b/ACE/include/makeinclude/platform_macosx_yosemite.GNU index 8c63a923a44..d23fbda1c59 100644 --- a/ACE/include/makeinclude/platform_macosx_yosemite.GNU +++ b/ACE/include/makeinclude/platform_macosx_yosemite.GNU @@ -3,7 +3,7 @@ include $(ACE_ROOT)/include/makeinclude/platform_macosx_mavericks.GNU ## The following is to circumvent the restriction of System Integrity Protection (SIP) ## by embedding the path information of dynamic libraries into the executables. -SOFLAGS += -install_name @rpath/$@ +SOFLAGS += -install_name @rpath/$(notdir $@) space := $(subst ,, ) LDFLAGS += $(foreach libpath,$(LIBPATHS),-rpath $(if $(filter "/%,$(subst $(space),;,$(libpath))),$(libpath),@executable_path/$(libpath))) -- cgit v1.2.1