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/packages/gnutls | |
parent | 4861e574e4be0973b6fcac9a1b9bec96e834bf70 (diff) | |
download | poky-91001d755150862266d9909a732d1750813d915e.tar.gz |
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/packages/gnutls')
-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 @@ | |||
1 | DESCRIPTION = "GNU Transport Layer Security Library" | 1 | DESCRIPTION = "GNU Transport Layer Security Library" |
2 | DEPENDS = "zlib libgcrypt lzo" | 2 | DEPENDS = "zlib libgcrypt lzo readline" |
3 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" | 3 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | 5 | ||
@@ -27,7 +27,7 @@ FILES_${PN}-bin = "${bindir}/gnutls-serv \ | |||
27 | 27 | ||
28 | FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug" | 28 | FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug" |
29 | 29 | ||
30 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1" | 30 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-libz-prefix=${STAGING_LIBDIR}/.. --with-libreadline-prefix=${STAGING_LIBDIR}/.." |
31 | 31 | ||
32 | do_stage() { | 32 | do_stage() { |
33 | oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} | 33 | oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} |