summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2013-05-11 10:16:56 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2013-05-11 10:16:56 +0000
commit5b36c48e9bc3f8f7c2c32821c30e288085a7fa83 (patch)
tree9452ccf4b5fd5a6c8842d22a1b8cdf30d00b2c05 /dev-libs/nettle/nettle-2.7.ebuild
parentDo not use killall -g, bug#463944 thanks to Murray Campbell (diff)
downloadgentoo-2-5b36c48e9bc3f8f7c2c32821c30e288085a7fa83.tar.gz
gentoo-2-5b36c48e9bc3f8f7c2c32821c30e288085a7fa83.tar.bz2
gentoo-2-5b36c48e9bc3f8f7c2c32821c30e288085a7fa83.zip
Fix libdir location, per bug#468810, thanks to Anthony Basile
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs/nettle/nettle-2.7.ebuild')
-rw-r--r--dev-libs/nettle/nettle-2.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/nettle/nettle-2.7.ebuild b/dev-libs/nettle/nettle-2.7.ebuild
index f76d932446dd..0c97a457e64e 100644
--- a/dev-libs/nettle/nettle-2.7.ebuild
+++ b/dev-libs/nettle/nettle-2.7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.1 2013/04/27 22:26:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.2 2013/05/11 10:16:56 alonbl Exp $
EAPI=5
-inherit eutils autotools
+inherit eutils autotools multilib
DESCRIPTION="Low-level cryptographic library"
HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
@@ -34,6 +34,7 @@ src_prepare() {
src_configure() {
# --disable-openssl bug #427526
econf \
+ --libdir=/usr/$(get_libdir) \
$(use_enable gmp public-key) \
$(use_enable static-libs static) \
--disable-openssl \