diff -r 59b406bc4a3a -r ee09edbd5876 components/openssl/common/patches/020-remove_rpath.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/openssl/common/patches/020-remove_rpath.patch Wed Oct 26 13:19:33 2016 -0700 @@ -0,0 +1,11 @@ +--- /export/openssl/openssl-1.0.0d/Makefile.shared Sat Aug 21 13:36:49 2010 ++++ openssl-1.0.0d/Makefile.shared Mon Feb 14 14:25:51 2011 +@@ -393,7 +393,7 @@ + @ if $(DETECT_GNU_LD); then \ + $(DO_GNU_APP); \ + else \ +- LDFLAGS="$(CFLAGS) -R $(LIBRPATH)"; \ ++ LDFLAGS="$(CFLAGS)"; \ + fi; \ + $(LINK_APP) +