diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-01-09 14:36:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-01-09 14:36:43 +0000 |
commit | 9c0adcc384843cb2e384ec216d8c4a2d6d1e324e (patch) | |
tree | 698813431984efbc8257a582c23d43c9d722821d /dev-libs/log4cxx | |
parent | Do not compile sgml Prolog module without USE=curl (diff) | |
download | gentoo-2-9c0adcc384843cb2e384ec216d8c4a2d6d1e324e.tar.gz gentoo-2-9c0adcc384843cb2e384ec216d8c4a2d6d1e324e.tar.bz2 gentoo-2-9c0adcc384843cb2e384ec216d8c4a2d6d1e324e.zip |
fix cross compilation
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-libs/log4cxx')
-rw-r--r-- | dev-libs/log4cxx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/log4cxx/log4cxx-0.10.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/log4cxx/ChangeLog b/dev-libs/log4cxx/ChangeLog index 8b78324aeb58..0b16db1dec86 100644 --- a/dev-libs/log4cxx/ChangeLog +++ b/dev-libs/log4cxx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/log4cxx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/ChangeLog,v 1.34 2015/01/09 14:30:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/ChangeLog,v 1.35 2015/01/09 14:36:43 aballier Exp $ + + 09 Jan 2015; Alexis Ballier <aballier@gentoo.org> log4cxx-0.10.0.ebuild: + fix cross compilation 09 Jan 2015; Alexis Ballier <aballier@gentoo.org> log4cxx-0.10.0.ebuild: keyword ~arm diff --git a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild index 175849f038b3..8e0d210d2bb5 100644 --- a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild +++ b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.11 2015/01/09 14:30:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.12 2015/01/09 14:36:43 aballier Exp $ EAPI=2 inherit eutils @@ -52,6 +52,7 @@ src_configure() { econf \ --disable-doxygen \ --disable-html-docs \ + --with-apr-util="${SYSROOT:-${EPREFIX}}/usr" \ ${myconf} } |