[oe-commits] Tom Rini : gnutls.inc: Add --disable-rpath

git version control git at git.openembedded.org
Thu Feb 17 18:48:21 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 72a088f7e1cf2eb0b50f285301478278c616c1cd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=72a088f7e1cf2eb0b50f285301478278c616c1cd

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Feb 17 11:47:54 2011 -0700

gnutls.inc: Add --disable-rpath

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gnutls/gnutls.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index cfb9393..6fb712f 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"
 





More information about the Openembedded-commits mailing list