Skip to content

Commit

Permalink
libestr: 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 674f575 commit 25ccd11
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions libestr.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libestr-0.1.11-0
# BEE_VERSION libestr-0.1.11-1

# more info: https://libestr.adiscon.com
# dependency of rsyslog
Expand All @@ -21,9 +21,10 @@ SRCURL[0]="https://libestr.adiscon.com/files/download/libestr-${PKGVERSION}.tar.
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-shared
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 25ccd11

Please sign in to comment.