diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 11:59:20 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:51 +0100 |
commit | b17ba6860cd3d65351a77fc0b54a66cfda4dd354 (patch) | |
tree | b52638a4ede0d44b4b167afe8ede2483049c86d6 /meta-webserver/recipes-httpd/monkey | |
parent | 1fbad3a5403dc8f151ad69dc83a5501b0fd65613 (diff) | |
download | meta-openembedded-b17ba6860cd3d65351a77fc0b54a66cfda4dd354.tar.gz |
monkey: Fix to work with disabled static libs
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/monkey')
-rw-r--r-- | meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb | 1 |
1 files changed, 1 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 d7330a17d..22d88f8e9 100644 --- a/meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb +++ b/meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb | |||
@@ -24,6 +24,7 @@ EXTRA_OECONF = "--plugdir=${libdir}/monkey/ \ | |||
24 | --disable-plugins=mbedtls \ | 24 | --disable-plugins=mbedtls \ |
25 | --debug \ | 25 | --debug \ |
26 | --malloc-libc" | 26 | --malloc-libc" |
27 | DISABLE_STATIC = "" | ||
27 | 28 | ||
28 | inherit autotools-brokensep pkgconfig update-rc.d systemd | 29 | inherit autotools-brokensep pkgconfig update-rc.d systemd |
29 | 30 | ||