From 72a088f7e1cf2eb0b50f285301478278c616c1cd Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 17 Feb 2011 11:47:54 -0700 Subject: gnutls.inc: Add --disable-rpath Signed-off-by: Tom Rini --- recipes/gnutls/gnutls.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gnutls') diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc index cfb93930f4..6fb712f52d 100644 --- a/recipes/gnutls/gnutls.inc +++ b/recipes/gnutls/gnutls.inc @@ -8,9 +8,9 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls" inherit autotools binconfig pkgconfig gettext -INC_PR = "r10" +INC_PR = "r11" -EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1" +EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1 --disable-rpath" PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" -- cgit 1.2.3-korg