pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysql-client specify path to openssl in --wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3088a8b8017c
branches: trunk
changeset: 496597:3088a8b8017c
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jul 05 08:48:41 2005 +0000
description:
specify path to openssl in --with-openssl argument.
noted by Pierre Bourgin on tech-pkg@
diffstat:
databases/mysql-client/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ab22b08baf6d -r 3088a8b8017c databases/mysql-client/Makefile.common
--- a/databases/mysql-client/Makefile.common Tue Jul 05 08:45:25 2005 +0000
+++ b/databases/mysql-client/Makefile.common Tue Jul 05 08:48:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2005/05/22 20:07:46 jlam Exp $
+# $NetBSD: Makefile.common,v 1.44 2005/07/05 08:48:41 grant Exp $
DISTNAME= mysql-4.0.24
CATEGORIES= databases
@@ -48,7 +48,7 @@
CONFIGURE_ARGS+= --without-debug
CONFIGURE_ARGS+= --without-bench
CONFIGURE_ARGS+= --with-low-memory
-CONFIGURE_ARGS+= --with-openssl
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-vio
CONFIGURE_ARGS+= --with-charset=${MYSQL_CHARSET}
Home |
Main Index |
Thread Index |
Old Index