diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb')
| -rw-r--r-- | meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb b/meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb index be8ed37b97..97dc2769a3 100644 --- a/meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb +++ b/meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb | |||
| @@ -7,7 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | |||
| 7 | 7 | ||
| 8 | SECTION = "net" | 8 | SECTION = "net" |
| 9 | 9 | ||
| 10 | DEPENDS_append_libc-musl = " libexecinfo" | ||
| 11 | |||
| 10 | SRC_URI = "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz \ | 12 | SRC_URI = "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz \ |
| 13 | file://0001-configure-Respect-LIBS-variable-from-env.patch \ | ||
| 11 | file://monkey.service \ | 14 | file://monkey.service \ |
| 12 | file://monkey.init" | 15 | file://monkey.init" |
| 13 | 16 | ||
| @@ -24,7 +27,13 @@ EXTRA_OECONF = "--plugdir=${libdir}/monkey/ \ | |||
| 24 | --disable-plugins=mbedtls \ | 27 | --disable-plugins=mbedtls \ |
| 25 | --debug \ | 28 | --debug \ |
| 26 | --malloc-libc" | 29 | --malloc-libc" |
| 30 | |||
| 31 | do_configure_prepend_libc-musl() { | ||
| 32 | export LIBS="-lexecinfo" | ||
| 33 | } | ||
| 34 | |||
| 27 | DISABLE_STATIC = "" | 35 | DISABLE_STATIC = "" |
| 36 | CLEANBROKEN = "1" | ||
| 28 | 37 | ||
| 29 | inherit autotools-brokensep pkgconfig update-rc.d systemd | 38 | inherit autotools-brokensep pkgconfig update-rc.d systemd |
| 30 | 39 | ||
