* Strip debug info.

svn path=/nixpkgs/trunk/; revision=208
This commit is contained in:
Eelco Dolstra 2003-07-26 21:00:24 +00:00
parent a7e18d28f5
commit cec4d0dc62
2 changed files with 2 additions and 0 deletions

View file

@ -7,3 +7,4 @@ cd libxml2-* || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1
strip -S $out/lib/*.a || exit 1

View file

@ -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