components/openssl/openssl-1.0.1-fips-140/patches/27-6978791.patch
branchs11u3-sru
changeset 7163 ee09edbd5876
parent 7159 59b406bc4a3a
child 7164 b2abbab8e6d5
--- a/components/openssl/openssl-1.0.1-fips-140/patches/27-6978791.patch	Wed Oct 12 06:26:22 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
---- /tmp/Makefile.shared	Mon Feb 14 14:39:29 2011
-+++ openssl-1.0.0d/Makefile.shared	Mon Feb 14 14:50:52 2011
-@@ -387,6 +387,9 @@
- 		ALLSYMSFLAGS="$${MINUSZ}allextract"; \
- 		NOALLSYMSFLAGS="$${MINUSZ}defaultextract"; \
- 		SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -h $$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX -Wl,-Bsymbolic"; \
-+		if [ $(LIBNAME) = "ssl" ]; then \
-+			SHAREDFLAGS="$$SHAREDFLAGS $${MINUSZ}nodelete"; \
-+		fi; \
- 	fi; \
- 	$(LINK_SO_A)
- # Make sure the apps have non-executable stacks and data (x86/x64 only).