components/openssl/openssl-1.0.0/patches/27-6978791.patch
changeset 1158 227137d9fbce
parent 1157 65a016eaa866
child 1159 24e95e0bf738
--- a/components/openssl/openssl-1.0.0/patches/27-6978791.patch	Thu Feb 14 13:54:47 2013 -0800
+++ /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).