summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-05 08:48:41 +0000
committergrant <grant@pkgsrc.org>2005-07-05 08:48:41 +0000
commited169805e580ec6343968c7bb0b085234728cf90 (patch)
tree3c6c886ede7772b52b1ab54d1d90ad0b26c2daa0 /databases
parent14b4d18530baaf3e5b3e9cdabdcc0813fefb5265 (diff)
downloadpkgsrc-ed169805e580ec6343968c7bb0b085234728cf90.tar.gz
specify path to openssl in --with-openssl argument.
noted by Pierre Bourgin on tech-pkg@
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index e93d2c43f1e..9d1f1d9099c 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -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+= --disable-dependency-tracking
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}