diff options
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.3.2.ebuild')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-ftp/proftpd/proftpd-1.3.2.ebuild b/net-ftp/proftpd/proftpd-1.3.2.ebuild index 57022e88ec81..b05e646598c2 100644 --- a/net-ftp/proftpd/proftpd-1.3.2.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.2.ebuild,v 1.1 2009/02/17 13:12:04 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.2.ebuild,v 1.2 2009/02/19 20:29:16 voyageur Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -62,6 +62,8 @@ src_unpack() { # Fix upstream bug 3183 (incorrect logging to wtmp) epatch "${FILESDIR}/${P}-upstream-bug-3183.patch" + # Fix mysql include when both backends are enabled + epatch "${FILESDIR}"/${P}-mysql-include.patch # Fix stripping of files sed -e "s| @INSTALL_STRIP@||g" -i Make* |