diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-04 20:53:53 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-04 20:53:53 +0000 |
commit | 9ddaa19f18f672ee6c12e03dc26cfa8c4e894a31 (patch) | |
tree | d053b02d4aad79e381ca6a427ce2f01fba54bba3 /sys-fs | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-9ddaa19f18f672ee6c12e03dc26cfa8c4e894a31.tar.gz gentoo-2-9ddaa19f18f672ee6c12e03dc26cfa8c4e894a31.tar.bz2 gentoo-2-9ddaa19f18f672ee6c12e03dc26cfa8c4e894a31.zip |
Enabled compilation of linux specific code
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.19.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index c5f2d8f7bdbe..d47c1ce70493 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.49 2014/10/04 20:45:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.50 2014/10/04 20:53:53 polynomial-c Exp $ + + 04 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> ddrescue-1.19.ebuild: + Enabled compilation of linux specific code. *ddrescue-1.19 (04 Oct 2014) diff --git a/sys-fs/ddrescue/ddrescue-1.19.ebuild b/sys-fs/ddrescue/ddrescue-1.19.ebuild index 859b6d61e3ad..9f00b6608f1c 100644 --- a/sys-fs/ddrescue/ddrescue-1.19.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.19.ebuild @@ -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/sys-fs/ddrescue/ddrescue-1.19.ebuild,v 1.1 2014/10/04 20:45:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild,v 1.2 2014/10/04 20:53:53 polynomial-c Exp $ EAPI=5 @@ -24,6 +24,7 @@ src_configure() { # not a normal configure script econf \ --prefix="${EPREFIX}"/usr \ + --enable-linux \ CC="$(tc-getCC)" \ CXX="$(tc-getCXX)" \ CPPFLAGS="${CPPFLAGS}" \ |