components/openssl/openssl-1.0.0/patches/20-remove_rpath.patch
branchs11-update
changeset 2593 b92e6df5eaf0
parent 2592 a7d8d41eeab2
child 2594 27f414f634e9
--- a/components/openssl/openssl-1.0.0/patches/20-remove_rpath.patch	Fri May 03 15:46:38 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- /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)
-