| Submitter | Richard Purdie |
|---|---|
| Date | Oct. 7, 2011, 1:06 p.m. |
| Message ID | <1317992822.2405.7.camel@ted> |
| Download | mbox | patch |
| Permalink | /patch/12867/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 9257880..3569648 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -25,6 +25,7 @@ EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ --with-lzo --disable-guile \ + --without-p11-kit \ " do_configure_prepend() { for dir in . lib libextra; do
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> ---