aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-17 11:47:54 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-17 11:48:13 -0700
commit72a088f7e1cf2eb0b50f285301478278c616c1cd (patch)
treee8c60f5828be9e05a78914598b277f967cfa670d /recipes/gnutls/gnutls.inc
parentba84fd99c20d72f27e2f7823fea67a6b3905d5da (diff)
downloadopenembedded-72a088f7e1cf2eb0b50f285301478278c616c1cd.tar.gz
gnutls.inc: Add --disable-rpath
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gnutls/gnutls.inc')
-rw-r--r--recipes/gnutls/gnutls.inc4
1 files changed, 2 insertions, 2 deletions
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"