diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-06-17 17:10:22 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-06-17 17:10:22 +0000 |
commit | 06534d007e983822292c6b2a2e70dceb47929c4a (patch) | |
tree | 6080e730bff779289ec41484a17a04456aa253f9 /net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild | |
parent | Version Bump (diff) | |
download | gentoo-2-06534d007e983822292c6b2a2e70dceb47929c4a.tar.gz gentoo-2-06534d007e983822292c6b2a2e70dceb47929c4a.tar.bz2 gentoo-2-06534d007e983822292c6b2a2e70dceb47929c4a.zip |
Address bug #22963 which fixes compiling with the mysql module
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild b/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild index 69df450dd7ad..d56a0dec771f 100644 --- a/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild,v 1.2 2003/06/16 22:33:18 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild,v 1.3 2003/06/17 17:10:22 raker Exp $ IUSE="ldap pam postgres mysql ssl tcpd" @@ -50,6 +50,7 @@ src_compile() { if use mysql; then modules="${modules}:mod_sql:mod_sql_mysql" + myconf="--with-includes=/usr/include/mysql" elif use postgres; then modules="${modules}:mod_sql:mod_sql_postgres" myconf="--with-includes=/usr/include/postgresql" |