aballier 14/12/01 16:33:19 Modified: ocaml-4.02.1.ebuild ChangeLog Log: specify host & target to help cross-compiling, unfortunately it is not sufficient due to tryrun like constructs Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.2 dev-lang/ocaml/ocaml-4.02.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild?r1=1.1&r2=1.2 Index: ocaml-4.02.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ocaml-4.02.1.ebuild 28 Nov 2014 15:42:01 -0000 1.1 +++ ocaml-4.02.1.ebuild 1 Dec 2014 16:33:19 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v 1.1 2014/11/28 15:42:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v 1.2 2014/12/01 16:33:19 aballier Exp $ EAPI="5" @@ -62,11 +62,13 @@ use X || myconf="${myconf} -no-graph" # ocaml uses a home-brewn configure script, preventing it to use econf. - RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix "${EPREFIX}"/usr \ + RAW_LDFLAGS="$(raw-ldflags)" ./configure \ + --prefix "${EPREFIX}"/usr \ --bindir "${EPREFIX}"/usr/bin \ --libdir "${EPREFIX}"/usr/$(get_libdir)/ocaml \ --mandir "${EPREFIX}"/usr/share/man \ - -host "${CHOST}" \ + -target "${CHOST}" \ + -host "${CBUILD}" \ -cc "$(tc-getCC)" \ -as "$(tc-getAS)" \ -aspp "$(tc-getCC) -c" \ 1.222 dev-lang/ocaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.222&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.222&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.221&r2=1.222 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v retrieving revision 1.221 retrieving revision 1.222 diff -u -r1.221 -r1.222 --- ChangeLog 1 Dec 2014 10:36:11 -0000 1.221 +++ ChangeLog 1 Dec 2014 16:33:19 -0000 1.222 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ocaml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.221 2014/12/01 10:36:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.222 2014/12/01 16:33:19 aballier Exp $ + + 01 Dec 2014; Alexis Ballier <[email protected]> ocaml-4.02.1.ebuild: + specify host & target to help cross-compiling, unfortunately it is not + sufficient due to tryrun like constructs 01 Dec 2014; Alexis Ballier <[email protected]> -ocaml-4.00.1-r1.ebuild: remove old
