* Don't build unnecessary libraries.
svn path=/nixpkgs/trunk/; revision=6812
This commit is contained in:
parent
87e86fb538
commit
c466083d3f
@ -68,7 +68,8 @@ preConfigure() {
|
|||||||
|
|
||||||
export LDFLFAGS="-static"
|
export LDFLFAGS="-static"
|
||||||
configureScript=../$sourceRoot/configure
|
configureScript=../$sourceRoot/configure
|
||||||
configureFlags="--enable-languages=c --disable-libstdcxx-pch"
|
configureFlags="--enable-languages=c --disable-libstdcxx-pch \
|
||||||
|
--disable-shared --disable-libmudflap --disable-libssp"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user