components/openssl/openssl-0.9.8-fips-140/patches/20-remove_rpath.patch
changeset 363 9c0cad004039
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openssl/openssl-0.9.8-fips-140/patches/20-remove_rpath.patch	Sun Jul 03 23:28:09 2011 -0700
@@ -0,0 +1,12 @@
+diff -ruN openssl-0.9.8a/Makefile.shared openssl-0.9.8a/Makefile.shared
+--- openssl-0.9.8a/Makefile.shared	2005-06-23 22:47:54.000000000 +0200
++++ openssl-0.9.8a/Makefile.shared	2009-05-20 00:35:52.611961155 +0200
+@@ -340,7 +340,7 @@
+ 	@ if ${DETECT_GNU_LD}; then \
+ 		$(DO_GNU_APP); \
+ 	else \
+-		LDFLAGS="$(CFLAGS) -R $(LIBRPATH)"; \
++		LDFLAGS="$(CFLAGS)"; \
+ 	fi; \
+ 	$(LINK_APP)
+