aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-01-25 11:44:58 +0000
committerChris Lord <chris@openedhand.com>2005-01-25 11:44:58 +0000
commitbd7c0e4e4c610d18004bdf5039b7824feffde7a6 (patch)
tree77e9ae3bc1b96a9f58c20be428423ce76fd11b26 /packages/gnutls
parentefde94829ecb4f5ecbac9d674cc9e26a87340e4e (diff)
downloadopenembedded-bd7c0e4e4c610d18004bdf5039b7824feffde7a6.tar.gz
Fix building of gnutls when host system has libtasn1.
BKrev: 41f6313aaqf4HY7kaM6vjTDNubBb9w
Diffstat (limited to 'packages/gnutls')
-rw-r--r--packages/gnutls/gnutls_1.0.23.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnutls/gnutls_1.0.23.bb b/packages/gnutls/gnutls_1.0.23.bb
index ebbda36324..764a363dfa 100644
--- a/packages/gnutls/gnutls_1.0.23.bb
+++ b/packages/gnutls/gnutls_1.0.23.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "GNU Transport Layer Security Library"
DEPENDS = "zlib libgcrypt"
-PR = "r2"
+PR = "r3"
LICENSE = "LGPL"
@@ -17,7 +17,7 @@ FILES_${PN}-bin = "${bindir}/gnutls-serv ${bindir}/gnutls-cli \
${bindir}/srptool ${bindir}/certtool ${bindir}/gnutls-srpcrypt"
FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug"
-EXTRA_OECONF="--with-included-opencdk"
+EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
do_stage() {
oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}