Skip to content

Commit

Permalink
libee: update to 0.4.1
Browse files Browse the repository at this point in the history
- only for rsyslogd 6x
- feeling cute, might remove later
  • Loading branch information
wwwutz committed Sep 15, 2021
1 parent ca5cb52 commit ea973f6
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions libee.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION libee-0.4.1-0

# more info: https://foo.bar.com

#SRCURL[0]="http://www.libee.org/files/download/libee-0.1.0.tar.gz"
# SRCURL[0]="http://www.libee.org/files/download/libee-0.4.1.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/7bbf4160876c12db6193c06e2badedb2/libee-0.4.1.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
CFLAGS+=' -Wno-implicit-fallthrough'
CFLAGS+=' -Wno-unused-parameter'
CFLAGS+=' -Wno-unused-variable'
CFLAGS+=' -Wno-unused-but-set-variable'
CFLAGS+=' -Wno-misleading-indentation'
CFLAGS=${CFLAGS} \
bee_configure
}

mee_build() {
BEE_MAKEFLAGS='-j1 V=1'
bee_build
}

#mee_install() {
# bee_install
#}

0 comments on commit ea973f6

Please sign in to comment.