git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba84fd9
)
gnutls.inc: Add --disable-rpath
author
Tom Rini
<tom_rini@mentor.com>
Thu, 17 Feb 2011 18:47:54 +0000
(11:47 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/gnutls/gnutls.inc
b/recipes/gnutls/gnutls.inc
index
cfb9393
..
6fb712f
100644
(file)
--- 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 = "r1
0
"
+INC_PR = "r1
1
"
-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"