summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-08-29 20:57:20 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-08-29 20:57:20 +0000
commit7f62c4255f354be12777ff99ad9f72b23677c260 (patch)
tree8c34b893b090dcc648558f7a4a7782293119bc54 /dev-libs/libelf/libelf-0.8.4.ebuild
parentMarked ~amd64 (diff)
downloadgentoo-2-7f62c4255f354be12777ff99ad9f72b23677c260.tar.gz
gentoo-2-7f62c4255f354be12777ff99ad9f72b23677c260.tar.bz2
gentoo-2-7f62c4255f354be12777ff99ad9f72b23677c260.zip
Fixed multilib-strict BUG #104171.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/libelf/libelf-0.8.4.ebuild')
-rw-r--r--dev-libs/libelf/libelf-0.8.4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libelf/libelf-0.8.4.ebuild b/dev-libs/libelf/libelf-0.8.4.ebuild
index f9df878e201c..4082c527b645 100644
--- a/dev-libs/libelf/libelf-0.8.4.ebuild
+++ b/dev-libs/libelf/libelf-0.8.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.4.ebuild,v 1.5 2005/02/09 19:41:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.4.ebuild,v 1.6 2005/08/29 20:57:20 kugelfang Exp $
+
+inherit multilib
DESCRIPTION="A ELF object file access library"
HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/"
@@ -25,7 +27,7 @@ src_compile() {
src_install() {
make \
prefix=${D}/usr \
- libdir=${D}usr/lib \
+ libdir=${D}usr/$(get_libdir) \
includedir=${D}usr/include \
install \
install-compat || die