components/openssl/openssl-0.9.8-fips-140/patches/20-remove_rpath.patch
changeset 1596 59869c4257d0
parent 1595 20abf2f97330
child 1597 392a401c6d27
--- a/components/openssl/openssl-0.9.8-fips-140/patches/20-remove_rpath.patch	Thu Dec 12 18:48:34 2013 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-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)
-