summaryrefslogtreecommitdiffstats
path: root/source/l/glibc/libxcrypt.build
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/glibc/libxcrypt.build')
-rwxr-xr-xsource/l/glibc/libxcrypt.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/glibc/libxcrypt.build b/source/l/glibc/libxcrypt.build
index 17bc62ec5..f4b7cc927 100755
--- a/source/l/glibc/libxcrypt.build
+++ b/source/l/glibc/libxcrypt.build
@@ -87,7 +87,7 @@ cd ..
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/libcrypt*.la
# Strip binaries:
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+find $PKG -name "libcrypt*" | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip -g 2> /dev/null
# Move libraries out of /usr:
mkdir -p $PKG/lib${LIBDIRSUFFIX}