diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-03 17:21:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-03 17:21:36 +0000 |
commit | 337d18ebdb1990cfde5c5c785fcbb74fa21cdbd4 (patch) | |
tree | 092a3afd96f366bcf97fd5d735672ab0ef8bb209 /net-libs/gnutls/gnutls-2.12.23-r6.ebuild | |
parent | Version BUmp (diff) | |
download | historical-337d18ebdb1990cfde5c5c785fcbb74fa21cdbd4.tar.gz historical-337d18ebdb1990cfde5c5c785fcbb74fa21cdbd4.tar.bz2 historical-337d18ebdb1990cfde5c5c785fcbb74fa21cdbd4.zip |
Fix cross-compiling by not searching the host paths directly. The toolchain already has the right paths built into it for finding these libs.
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'net-libs/gnutls/gnutls-2.12.23-r6.ebuild')
-rw-r--r-- | net-libs/gnutls/gnutls-2.12.23-r6.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/gnutls/gnutls-2.12.23-r6.ebuild b/net-libs/gnutls/gnutls-2.12.23-r6.ebuild index fbb7db5c54c4..ece8fd09bc7c 100644 --- a/net-libs/gnutls/gnutls-2.12.23-r6.ebuild +++ b/net-libs/gnutls/gnutls-2.12.23-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r6.ebuild,v 1.12 2014/06/13 13:35:52 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r6.ebuild,v 1.13 2015/04/03 17:21:34 vapier Exp $ EAPI=5 @@ -81,6 +81,10 @@ src_configure() { econf \ --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ + --without-libgcrypt-prefix \ + --without-libnettle-prefix \ + --without-libpth-prefix \ + --without-libreadline-prefix \ $(use_enable cxx) \ $(use_enable doc gtk-doc) \ $(use_enable doc gtk-doc-pdf) \ |