stripper: Strip any PIE executables

Fixes: #12894
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Michael Tremer
2022-06-30 13:21:15 +00:00
committed by Peter Müller
parent 801143615a
commit 8ac8abb269

View File

@@ -38,6 +38,10 @@ function _strip() {
args+=( "--strip-all" )
;;
*Type:*"DYN (Position-Independent Executable file)"*)
args+=( "--strip-all" )
;;
# Binaries
*Type:*"EXEC (Executable file)"*)
args+=( "--strip-all" )