jer 15/06/27 06:38:39 Modified: ChangeLog pmacct-1.5.1.ebuild Log: Fix dev-db/mysql detection in configure by Brian Evans (bug #553358). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.110 net-analyzer/pmacct/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 27 May 2015 11:21:22 -0000 1.109 +++ ChangeLog 27 Jun 2015 06:38:39 -0000 1.110 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.109 2015/05/27 11:21:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.110 2015/06/27 06:38:39 jer Exp $ + + 27 Jun 2015; Jeroen Roovers <[email protected]> pmacct-1.5.1.ebuild: + Fix dev-db/mysql detection in configure by Brian Evans (bug #553358). 27 May 2015; Agostino Sarubbo <[email protected]> pmacct-1.5.1.ebuild: Stable for x86, wrt bug #542210 1.5 net-analyzer/pmacct/pmacct-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild?r1=1.4&r2=1.5 Index: pmacct-1.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pmacct-1.5.1.ebuild 27 May 2015 11:21:22 -0000 1.4 +++ pmacct-1.5.1.ebuild 27 Jun 2015 06:38:39 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v 1.4 2015/05/27 11:21:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v 1.5 2015/06/27 06:38:39 jer Exp $ EAPI=5 inherit toolchain-funcs @@ -51,6 +51,8 @@ $(use_enable sqlite sqlite3) \ $(use_enable threads) \ $(use_enable ulog) \ + $(usex mysql "--with-mysql-includes=$(mysql_config --variable=pkgincludedir)" '') \ + $(usex mysql "--with-mysql-libs=$(mysql_config --variable=pkglibdir)" '') \ --disable-debug }
