From: Tom Rini Date: Thu, 17 Feb 2011 18:47:54 +0000 (-0700) Subject: gnutls.inc: Add --disable-rpath X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a088f7e1cf2eb0b50f285301478278c616c1cd;p=openembedded.git gnutls.inc: Add --disable-rpath Signed-off-by: Tom Rini --- 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"