components/openssl/openssl-1.0.0/patches/20-remove_rpath.patch
author Dan Anderson <dan.anderson@oracle.com>
Wed, 20 Jul 2011 10:20:13 -0700
changeset 426 8c675b553a27
parent 363 9c0cad004039
permissions -rw-r--r--
7048212 T4 engine needed for openssl

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