summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_elcapitan.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-16 12:27:53 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-16 12:27:53 +0200
commit8a36f8af7bdf47e66c27c1f265e90e99605661b5 (patch)
tree46e729c6b464b3b564b719fdcca5360f62daa39c /ACE/include/makeinclude/platform_macosx_elcapitan.GNU
parent4a2073dcfa92e9320edb1513d4529ad1c95033fa (diff)
downloadATCD-8a36f8af7bdf47e66c27c1f265e90e99605661b5.tar.gz
Moved rpath chagnes to the yosemite file
* ACE/include/makeinclude/platform_macosx_elcapitan.GNU:
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx_elcapitan.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx_elcapitan.GNU10
1 files changed, 0 insertions, 10 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_elcapitan.GNU b/ACE/include/makeinclude/platform_macosx_elcapitan.GNU
index d50bd5f5fe8..974029ef878 100644
--- a/ACE/include/makeinclude/platform_macosx_elcapitan.GNU
+++ b/ACE/include/makeinclude/platform_macosx_elcapitan.GNU
@@ -1,13 +1,3 @@
ssl?=0
include $(ACE_ROOT)/include/makeinclude/platform_macosx_yosemite.GNU
-
-## The following is to circumvent the restriction of System Integrity Protection (SIP) on Mac OS X El Capitan
-## by embedding the path information of dynamic libraries into the executables.
-
-SOFLAGS += -install_name @rpath/$@
-space := $(subst ,, )
-
-LDFLAGS += $(foreach libpath,$(LIBPATHS),-rpath $(if $(filter "/%,$(subst $(space),;,$(libpath))),$(libpath),@executable_path/$(libpath)))
-
-