Fix building of gnutls when host system has libtasn1.
authorChris Lord <chris@openedhand.com>
Tue, 25 Jan 2005 11:44:58 +0000 (11:44 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 25 Jan 2005 11:44:58 +0000 (11:44 +0000)
BKrev: 41f6313aaqf4HY7kaM6vjTDNubBb9w

packages/gnutls/gnutls_1.0.23.bb

index ebbda36..764a363 100644 (file)
@@ -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}