buildrootschalter/package/gettext
Thomas Petazzoni 12d150727a Strip *.so* and not only executable files
Our current stripping strategy requires that shared libraries have the
executable permission. However, this is by far not something
recognized as a standard behavior: Debian/Ubuntu distributions for
example do not have executable permissions on their
libraries. Therefore, pushing to upstream packages fixes that add the
executable permissions is not easy.

As a result, this commit improves the stripping logic so that it not
only strips the files that are executable, but also the ones that
match '*.so*', which should match both the shared libraries and the
dlopen()'able plugins, as long as they have a .so extension.

Thanks to this addition, a number of manual "chmod +x" done by various
packages can be removed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-02-04 18:10:15 +01:00
..
Config.in Config.in files: use if/endif instead of 'depends on' for main symbol 2013-12-25 12:21:39 +01:00
gettext-01-error_print_progname.patch gettext: don't patch different the host and target build 2013-05-30 21:45:03 +02:00
gettext-03-option-to-disable-tools.patch gettext: don't patch different the host and target build 2013-05-30 21:45:03 +02:00
gettext-04-remove-examples-tests.patch gettext: don't patch different the host and target build 2013-05-30 21:45:03 +02:00
gettext.mk Strip *.so* and not only executable files 2014-02-04 18:10:15 +01:00