diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-04 23:11:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-04 23:11:39 +0000 |
commit | 91001d755150862266d9909a732d1750813d915e (patch) | |
tree | 9443b1cdb856e250217ac3cb8f8bd75d32c8743a /meta | |
parent | 4861e574e4be0973b6fcac9a1b9bec96e834bf70 (diff) | |
download | openembedded-core-91001d755150862266d9909a732d1750813d915e.tar.gz openembedded-core-91001d755150862266d9909a732d1750813d915e.tar.bz2 openembedded-core-91001d755150862266d9909a732d1750813d915e.zip |
gnutls: Specify libz and libreadline locations to avoid contamination from /usr/lib and /usr/include
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1000 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gnutls/gnutls_1.4.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gnutls/gnutls_1.4.4.bb b/meta/packages/gnutls/gnutls_1.4.4.bb index e80dc3bb2f..021bf9e416 100644 --- a/meta/packages/gnutls/gnutls_1.4.4.bb +++ b/meta/packages/gnutls/gnutls_1.4.4.bb @@ -1,5 +1,5 @@ DESCRIPTION = "GNU Transport Layer Security Library" -DEPENDS = "zlib libgcrypt lzo" +DEPENDS = "zlib libgcrypt lzo readline" HOMEPAGE = "http://www.gnu.org/software/gnutls/" LICENSE = "LGPL" @@ -27,7 +27,7 @@ FILES_${PN}-bin = "${bindir}/gnutls-serv \ FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug" -EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1" +EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-libz-prefix=${STAGING_LIBDIR}/.. --with-libreadline-prefix=${STAGING_LIBDIR}/.." do_stage() { oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} |