mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
bip: set -Wno-error=unused-result, remove --disable-pie
This commit is contained in:
parent
78fc5dde28
commit
dd7e09114f
@ -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 New Issue
Block a user