diff options
author | 2012-11-25 09:43:03 +0000 | |
---|---|---|
committer | 2012-11-25 09:43:03 +0000 | |
commit | ea84c5d663b3c91f627aaac3acaeaf7b8731aff4 (patch) | |
tree | d371ee7153af7085e55638cc6527ef431ca6f623 /sys-apps/kmod/kmod-9999.ebuild | |
parent | Stable on amd64, wrt bug #440830 (diff) | |
download | historical-ea84c5d663b3c91f627aaac3acaeaf7b8731aff4.tar.gz historical-ea84c5d663b3c91f627aaac3acaeaf7b8731aff4.tar.bz2 historical-ea84c5d663b3c91f627aaac3acaeaf7b8731aff4.zip |
Use --with-rootlibdir= instead of gen_usr_ldscript wrt #443710 by William Hubbs
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'sys-apps/kmod/kmod-9999.ebuild')
-rw-r--r-- | sys-apps/kmod/kmod-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild index 66068e1fbe06..fc5764446f72 100644 --- a/sys-apps/kmod/kmod-9999.ebuild +++ b/sys-apps/kmod/kmod-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.39 2012/11/24 20:47:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.40 2012/11/25 09:42:58 ssuominen Exp $ EAPI=4 -inherit autotools eutils libtool toolchain-funcs +inherit autotools eutils libtool multilib if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" @@ -60,14 +60,14 @@ src_configure() $(use_enable debug) \ $(use_enable doc gtk-doc) \ $(use_with lzma xz) \ - $(use_with zlib) + $(use_with zlib) \ + --with-rootlibdir=/$(get_libdir) } src_install() { default prune_libtool_files - gen_usr_ldscript -a kmod if use tools; then local cmd |