* Strip debug info.
svn path=/nixpkgs/trunk/; revision=208
This commit is contained in:
parent
a7e18d28f5
commit
cec4d0dc62
|
@ -7,3 +7,4 @@ cd libxml2-* || exit 1
|
||||||
LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
|
LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
|
||||||
make || exit 1
|
make || exit 1
|
||||||
make install || exit 1
|
make install || exit 1
|
||||||
|
strip -S $out/lib/*.a || exit 1
|
||||||
|
|
|
@ -10,5 +10,6 @@ cd libxslt-* || exit 1
|
||||||
LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
|
LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
|
||||||
make || exit 1
|
make || exit 1
|
||||||
make install || exit 1
|
make install || exit 1
|
||||||
|
strip -S $out/lib/*.a || exit 1
|
||||||
|
|
||||||
echo $envpkgs > $out/envpkgs || exit 1
|
echo $envpkgs > $out/envpkgs || exit 1
|
||||||
|
|
Loading…
Reference in New Issue