From a7134cade5be4e66914a823f4ee5cd4f14051a5e Mon Sep 17 00:00:00 2001 From: Alexandr Topilski Date: Sun, 7 Feb 2021 08:38:39 +0300 Subject: [PATCH] Update build_utils.py --- pyfastogt/build_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfastogt/build_utils.py b/pyfastogt/build_utils.py index 6db2f9f..32a4d8f 100644 --- a/pyfastogt/build_utils.py +++ b/pyfastogt/build_utils.py @@ -174,7 +174,7 @@ class BuildRequest(object): ['-DBUILD_SHARED_LIBS=OFF', '-DSNAPPY_BUILD_TESTS=OFF']) def build_jsonc(self): - self._clone_and_build_via_cmake(generate_fastogt_github_path('json-c'), ['-DBUILD_SHARED_LIBS=OFF']) + self._clone_and_build_via_cmake(generate_fastogt_github_path('json-c'), ['-DBUILD_SHARED_LIBS=OFF', '-DDISABLE_STATIC_FPIC=OFF']) def build_libev(self): libev_compiler_flags = ['--with-pic', '--disable-shared', '--enable-static']