diff options
Diffstat (limited to 'net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild')
-rw-r--r-- | net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild b/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild index f0ac7331fe67..53fd98f4dfd1 100644 --- a/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild +++ b/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild,v 1.1 2004/07/25 22:16:40 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/mod_vdbh-1.0.3.ebuild,v 1.2 2004/07/26 19:01:28 mr_bones_ Exp $ DESCRIPTION="An Apache2 DSO for mass virtual hosting using a MySQL database" HOMEPAGE="http://www.synthemesc.com/mod_vdbh/" @@ -16,7 +16,7 @@ DEPEND="=net-www/apache-2* >=sys-libs/zlib-1.1.4" src_compile() { - cd work/${PN} + cd work/${PN} apxs2 -DHAVE_STDDEF_H -I/usr/include/mysql -Wl,-lmysqlclient \ -c ${PN}.c || die } |