summary refs log tree commit diff
path: root/pkgs/libxslt/libxslt-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/libxslt/libxslt-build.sh')
-rwxr-xr-xpkgs/libxslt/libxslt-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/libxslt/libxslt-build.sh b/pkgs/libxslt/libxslt-build.sh
index e9f7b765a4fdf..aa6db2f045f2b 100755
--- a/pkgs/libxslt/libxslt-build.sh
+++ b/pkgs/libxslt/libxslt-build.sh
@@ -10,5 +10,6 @@ cd libxslt-* || exit 1
 LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
 make || exit 1
 make install || exit 1
+strip -S $out/lib/*.a || exit 1
 
 echo $envpkgs > $out/envpkgs || exit 1