From 0031f36bfc3e56409fe33fe1a6f6c4d7cee219a0 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 5 Nov 2019 12:39:57 +0100 Subject: [PATCH] libfastjson: disable shared - get rid of dependency --- libfastjson.be0 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libfastjson.be0 b/libfastjson.be0 index 17de943c4..1acf68ae3 100755 --- a/libfastjson.be0 +++ b/libfastjson.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libfastjson-0.99.8-0 +# BEE_VERSION libfastjson-0.99.8-1 # rsyslog dependency @@ -22,7 +22,9 @@ build_in_sourcedir mee_configure() { autoreconf -fvi - bee_configure + bee_configure \ + --disable-shared +# PS1='xxx ' bash -norc } #mee_build() {