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
commita319ea198ba55c2f478346a96be5e2767c38d3bf (patch)
treef7fc01b02dde6b5b15cfcb2fc72541b475029d6d /net-p2p/gnunet/gnunet-0.7.0.ebuild
parentversion bump (diff)
downloadhistorical-a319ea198ba55c2f478346a96be5e2767c38d3bf.tar.gz
historical-a319ea198ba55c2f478346a96be5e2767c38d3bf.tar.bz2
historical-a319ea198ba55c2f478346a96be5e2767c38d3bf.zip
Fixed compilation problem with mysql support (bug #105545)
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'net-p2p/gnunet/gnunet-0.7.0.ebuild')
-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) \