Strip the engine shared libraries as well.
authorRichard Levitte <levitte@openssl.org>
Thu, 23 Jun 2005 20:55:38 +0000 (20:55 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 Jun 2005 20:55:38 +0000 (20:55 +0000)
Submitted by Corinna Vinschen <vinschen@redhat.com>

util/cygwin.sh

index fabbf842258458569f1e19550ed0d68f665f1812..89d1dda95b5ae54b40c40fa5308f01677dd4f0a3 100755 (executable)
@@ -119,7 +119,9 @@ create_cygwin_readme
 create_profile_files
 
 cd ${INSTALL_PREFIX}
-strip usr/bin/*.exe usr/bin/*.dll
+chmod u+w usr/lib/engines/*.so
+strip usr/bin/*.exe usr/bin/*.dll usr/lib/engines/*.so
+chmod u-w usr/lib/engines/*.so
 
 # Runtime package
 find etc usr/bin usr/lib/engines usr/share/doc usr/ssl/certs \