veriT: disable broken static linking
This commit is contained in:
@@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoreconfHook flex bison ];
|
||||
buildInputs = [ gmp ];
|
||||
|
||||
# --disable-static actually enables static linking here...
|
||||
dontDisableStatic = true;
|
||||
|
||||
makeFlags = [ "LEX=${flex}/bin/flex" ];
|
||||
|
||||
preInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user