pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql4-client be explicit about where openss...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aa34a9a4a79
branches:  trunk
changeset: 482631:5aa34a9a4a79
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 31 09:24:27 2004 +0000

description:
be explicit about where openssl is, fixes openssl detection on Solaris.

diffstat:

 databases/mysql4-client/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1551d984f4e7 -r 5aa34a9a4a79 databases/mysql4-client/Makefile.common
--- a/databases/mysql4-client/Makefile.common   Sun Oct 31 09:01:25 2004 +0000
+++ b/databases/mysql4-client/Makefile.common   Sun Oct 31 09:24:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2004/10/31 09:01:25 grant Exp $
+# $NetBSD: Makefile.common,v 1.19 2004/10/31 09:24:27 grant Exp $
 
 DISTNAME=              mysql-4.1.7
 CATEGORIES=            databases
@@ -50,7 +50,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