FS#46301 - [makepkg] Add a variable to selectively disable stripping binaries in certain directories
|
Details
PKGBUILDs should be able to specify directories in which
binaries should not be stripped, while allowing stripping in
other directories. This would be useful for cross-compiler
packages (for which some installed object files may be even
in a format unrecognised by host binutils, or they should be
kept as is for other reasons), which currently have to
resort to disabling stripping entirely, even though the
compiler binaries themselves can be stripped safely.
|
This task depends upon
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/glibc&id=3d33d5a31af9eb9125c65a1853f9373c3563d834#n165