From: Michael Tremer Date: Tue, 22 Nov 2022 13:20:21 +0000 (+0000) Subject: strip: Include PIE files X-Git-Tag: 0.9.28~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1077d9096a35bcbef1dff6a41697ada37360d3b7;p=pakfire.git strip: Include PIE files Fixes: #12999 Signed-off-by: Michael Tremer --- diff --git a/src/scripts/strip b/src/scripts/strip index 5f2e7f5f6..6fa9aaf07 100644 --- a/src/scripts/strip +++ b/src/scripts/strip @@ -169,6 +169,9 @@ main() { case "${type}" in # Libraries and Relocatable binaries + *Type:*"DYN (Position-Independent Executable file)"*) + ;; + *Type:*"DYN (Shared object file)"*) ;;