pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-auth-mysql Add to Makefile USE_LIBTOOL=yes beca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a206562e324f
branches:  trunk
changeset: 508652:a206562e324f
user:      ben <ben%pkgsrc.org@localhost>
date:      Thu Feb 23 01:27:36 2006 +0000

description:
Add to Makefile USE_LIBTOOL=yes because the build uses libtool.

diffstat:

 www/ap-auth-mysql/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 07a1360e235a -r a206562e324f www/ap-auth-mysql/Makefile
--- a/www/ap-auth-mysql/Makefile        Thu Feb 23 01:21:55 2006 +0000
+++ b/www/ap-auth-mysql/Makefile        Thu Feb 23 01:27:36 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index