diff options
author | ben <ben@pkgsrc.org> | 2006-02-23 01:27:36 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2006-02-23 01:27:36 +0000 |
commit | 0b3ab7a0139bd86bbe651bcb5df087bac06a8f72 (patch) | |
tree | 18a3b31f8b199f4a9a5569ca69936c2748f1c8f2 /www/ap-auth-mysql | |
parent | 01fa3225503ef94fb2a6940b4d40efdbeb1fef94 (diff) | |
download | pkgsrc-0b3ab7a0139bd86bbe651bcb5df087bac06a8f72.tar.gz |
Add to Makefile USE_LIBTOOL=yes because the build uses libtool.
Diffstat (limited to 'www/ap-auth-mysql')
-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 |