Merge #193419: p4c: use dynamic linkage for Protobuf
This commit is contained in:
commit
fd7a18259e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||
"-DENABLE_DOCS=${toCMakeBoolean enableDocumentation}"
|
||||
"-DENABLE_GC=ON"
|
||||
"-DENABLE_GTESTS=${toCMakeBoolean enableGTests}"
|
||||
"-DENABLE_PROTOBUF_STATIC=ON"
|
||||
"-DENABLE_PROTOBUF_STATIC=OFF" # static protobuf has been removed since 3.21.6
|
||||
"-DENABLE_MULTITHREAD=${toCMakeBoolean enableMultithreading}"
|
||||
"-DENABLE_GMP=ON"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue