diff options
author | Richard Levitte <levitte@openssl.org> | 2005-06-23 22:55:38 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2005-06-23 22:55:38 +0200 |
commit | d996a9af2b7455fd1684fc5d15fd2979d7668823 (patch) | |
tree | 11dbe0b5df2bc84304b9f0e43ee3441cbfa0bfdf /util/cygwin.sh | |
parent | Darwin specific update for Configure and Makefile.shared. (diff) | |
download | openssl-d996a9af2b7455fd1684fc5d15fd2979d7668823.tar.xz openssl-d996a9af2b7455fd1684fc5d15fd2979d7668823.zip |
Strip the engine shared libraries as well.
Submitted by Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to 'util/cygwin.sh')
-rwxr-xr-x | util/cygwin.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/cygwin.sh b/util/cygwin.sh index fabbf84225..89d1dda95b 100755 --- a/util/cygwin.sh +++ b/util/cygwin.sh @@ -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 \ |