mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
* Don't build unnecessary libraries.
svn path=/nixpkgs/trunk/; revision=6812
This commit is contained in:
parent
87e86fb538
commit
c466083d3f
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ preConfigure() {
|
|||
|
||||
export LDFLFAGS="-static"
|
||||
configureScript=../$sourceRoot/configure
|
||||
configureFlags="--enable-languages=c --disable-libstdcxx-pch"
|
||||
configureFlags="--enable-languages=c --disable-libstdcxx-pch \
|
||||
--disable-shared --disable-libmudflap --disable-libssp"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue