vapier 15/04/03 17:21:34 Modified: gnutls-2.12.23-r6.ebuild ChangeLog Log: Fix cross-compiling by not searching the host paths directly. The toolchain already has the right paths built into it for finding these libs. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.13 net-libs/gnutls/gnutls-2.12.23-r6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r6.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r6.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r6.ebuild?r1=1.12&r2=1.13 Index: gnutls-2.12.23-r6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r6.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnutls-2.12.23-r6.ebuild 13 Jun 2014 13:35:52 -0000 1.12 +++ gnutls-2.12.23-r6.ebuild 3 Apr 2015 17:21:34 -0000 1.13 @@ -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 @@ 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) \ 1.530 net-libs/gnutls/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnutls/ChangeLog?rev=1.530&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnutls/ChangeLog?rev=1.530&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnutls/ChangeLog?r1=1.529&r2=1.530 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v retrieving revision 1.529 retrieving revision 1.530 diff -u -r1.529 -r1.530 --- ChangeLog 1 Apr 2015 22:33:39 -0000 1.529 +++ ChangeLog 3 Apr 2015 17:21:34 -0000 1.530 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gnutls # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.529 2015/04/01 22:33:39 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.530 2015/04/03 17:21:34 vapier Exp $ + + 03 Apr 2015; Mike Frysinger <[email protected]> gnutls-2.12.23-r6.ebuild: + Fix cross-compiling by not searching the host paths directly. The toolchain + already has the right paths built into it for finding these libs. *gnutls-3.3.14 (01 Apr 2015)
