diff options
author | ben <ben> | 2006-02-23 01:27:36 +0000 |
---|---|---|
committer | ben <ben> | 2006-02-23 01:27:36 +0000 |
commit | f4d4d32c26c6605cf94d3625b0d3eda39ae292a3 (patch) | |
tree | 18a3b31f8b199f4a9a5569ca69936c2748f1c8f2 /www | |
parent | 71b7e7aa92b1482294535b4a3801b090fcd3685c (diff) | |
download | pkgsrc-f4d4d32c26c6605cf94d3625b0d3eda39ae292a3.tar.gz |
Add to Makefile USE_LIBTOOL=yes because the build uses libtool.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile index d5a0a179c7a..0a9df620cd7 100644 --- a/www/ap-auth-mysql/Makefile +++ b/www/ap-auth-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:11:16 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/02/23 01:27:36 ben Exp $ # DISTNAME= libapache-mod-auth-mysql_4.3.1 @@ -13,6 +13,7 @@ HOMEPAGE= http://packages.debian.org/unstable/web/libapache-mod-auth-mysql.html COMMENT= Apache (${PKG_APACHE}) module to allow authentication against a MySQL database GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-mysql-includes=${BUILDLINK_PREFIX.mysql-client}/include/mysql \ --with-mysql-libs=${BUILDLINK_PREFIX.mysql-client}/lib/mysql |