components/openssl/openssl-1.0.1/patches/20-remove_rpath.patch
author Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
Fri, 03 May 2013 16:10:11 -0700
branchs11-update
changeset 2593 b92e6df5eaf0
parent 363 components/openssl/openssl-1.0.0/patches/20-remove_rpath.patch@9c0cad004039
permissions -rw-r--r--
PSARC 2013/034 OpenSSL 1.0.1 15824597 SUNBT7206149 Resynch with the latest OpenSSL (1.0.1e)

--- /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)