mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
bip: set -Wno-error=unused-result, remove --disable-pie
This commit is contained in:
parent
78fc5dde28
commit
dd7e09114f
1 changed files with 1 additions and 4 deletions
|
@ -30,10 +30,7 @@ in stdenv.mkDerivation {
|
|||
}
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
'';
|
||||
|
||||
configureFlags = [ "--disable-pie" ];
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||
|
||||
buildInputs = [ bison flex autoconf automake openssl ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue