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 6.x
- feeling cute, might remove later
- remove shared libs
  • Loading branch information
wwwutz committed Sep 15, 2021
1 parent ca5cb52 commit f6566d3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions libee.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION libee-0.4.1-1

# 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 \
--disable-shared
}

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

#mee_install() {
# bee_install
#}

0 comments on commit f6566d3

Please sign in to comment.