summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kryczek <mkay@gentoo.org>2005-09-12 07:52:17 +0000
committerMarcin Kryczek <mkay@gentoo.org>2005-09-12 07:52:17 +0000
commitcc26f51308ac69635d0002db76843c4f6e9c3e5a (patch)
tree1d3060e2bffb13cb4f0026c07f5006aef2dc7bd6 /net-p2p/gnunet
parentversion bump (diff)
downloadgentoo-2-cc26f51308ac69635d0002db76843c4f6e9c3e5a.tar.gz
gentoo-2-cc26f51308ac69635d0002db76843c4f6e9c3e5a.tar.bz2
gentoo-2-cc26f51308ac69635d0002db76843c4f6e9c3e5a.zip
Fixed compilation problem with mysql support (bug #105545)
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r--net-p2p/gnunet/gnunet-0.7.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/gnunet/gnunet-0.7.0.ebuild b/net-p2p/gnunet/gnunet-0.7.0.ebuild
index ecadfd2e3c3d..c1933b1d2e15 100644
--- a/net-p2p/gnunet/gnunet-0.7.0.ebuild
+++ b/net-p2p/gnunet/gnunet-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0.ebuild,v 1.1 2005/09/06 21:05:03 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0.ebuild,v 1.2 2005/09/12 07:52:17 mkay Exp $
inherit eutils libtool
@@ -44,8 +44,9 @@ src_compile() {
fi
fi
+ use mysql && myconf="${myconf} --with-mysql=/usr"
+
econf \
- $(use_with mysql) \
$(use_with sqlite) \
$(use_enable nls) \
$(use_enable ncurses) \