[oe-commits] [meta-openembedded] 65/141: monkey: Fix to work with disabled static libs

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 13:08:59 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 28c4fd69f649802f9abad1be94e47580a7293c72
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 22 11:59:20 2016 +0000

    monkey: Fix to work with disabled static libs
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/recipes-httpd/monkey/monkey_1.5.6.bb | 1 +
 1 file changed, 1 insertion(+)

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 d7330a1..22d88f8 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/ \
                 --disable-plugins=mbedtls \
                 --debug \
                 --malloc-libc"
+DISABLE_STATIC = ""
 
 inherit autotools-brokensep pkgconfig update-rc.d systemd
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list