gnutls.inc: Add --disable-rpath
authorTom Rini <tom_rini@mentor.com>
Thu, 17 Feb 2011 18:47:54 +0000 (11:47 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 17 Feb 2011 18:48:13 +0000 (11:48 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/gnutls/gnutls.inc

index cfb9393..6fb712f 100644 (file)
@@ -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"