sp800-90b-entropyassessment: fix build with jsoncpp 1.9.7
Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
@@ -30,7 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace "-march=native" ""
|
||||
--replace-fail "-march=native" "" \
|
||||
--replace-fail "-std=c++11" "-std=c++17"
|
||||
'';
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/cpp";
|
||||
|
||||
Reference in New Issue
Block a user