[oe-commits] [meta-openembedded] 18/24: libtalloc: Fix build when static libs disabled

git at git.openembedded.org git at git.openembedded.org
Mon Feb 22 12:26:43 UTC 2016


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

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

    libtalloc: Fix build when static libs disabled
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb
index 5c2238d..8209264 100644
--- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb
+++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb
@@ -27,6 +27,7 @@ EXTRA_OECONF += "--disable-rpath \
                  --disable-silent-rules \
                  --with-libiconv=${STAGING_DIR_HOST}${prefix}\
                 "
+DISABLE_STATIC = ""
 
 PACKAGES += "pytalloc pytalloc-dbg pytalloc-dev"
 

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


More information about the Openembedded-commits mailing list