index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2018-04-20 19:46:16 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-12 22:57:47 +1000 |
commit | 03272ad57142a1c7dacf1d9933d52650d3936225 (patch) | |
tree | 42d81c805b276cdc680d71691d14448e379c21c2 /scripts/libmakepkg | |
parent | 40937b381abd013cf3473af4ea04bf52fecf0854 (diff) |
-rw-r--r-- | scripts/libmakepkg/tidy/strip.sh.in | 2 |
diff --git a/scripts/libmakepkg/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in index e20114c0..36d1b89e 100644 --- a/scripts/libmakepkg/tidy/strip.sh.in +++ b/scripts/libmakepkg/tidy/strip.sh.in @@ -125,6 +125,8 @@ tidy_strip() { esac;; *application/x-executable*) # Binaries strip_flags="$STRIP_BINARIES";; + *application/x-pie-executable*) # Relocatable binaries + strip_flags="$STRIP_SHARED";; *) continue ;; esac |