Skip to content

Commit

Permalink
libfastjson: disable shared
Browse files Browse the repository at this point in the history
- get rid of dependency
  • Loading branch information
wwwutz committed Nov 5, 2019
1 parent 25ccd11 commit 0031f36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libfastjson.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libfastjson-0.99.8-0
# BEE_VERSION libfastjson-0.99.8-1

# rsyslog dependency

Expand All @@ -22,7 +22,9 @@ build_in_sourcedir

mee_configure() {
autoreconf -fvi
bee_configure
bee_configure \
--disable-shared
# PS1='xxx ' bash -norc
}

#mee_build() {
Expand Down

0 comments on commit 0031f36

Please sign in to comment.