Strip the engine shared libraries as well.
Submitted by Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
parent
ab6cf1b8a2
commit
d996a9af2b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user