bip: set -Wno-error=unused-result, remove --disable-pie
This commit is contained in:
@@ -30,10 +30,7 @@ in stdenv.mkDerivation {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||||
'';
|
|
||||||
|
|
||||||
configureFlags = [ "--disable-pie" ];
|
|
||||||
|
|
||||||
buildInputs = [ bison flex autoconf automake openssl ];
|
buildInputs = [ bison flex autoconf automake openssl ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user