summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-31 09:24:27 +0000
committergrant <grant@pkgsrc.org>2004-10-31 09:24:27 +0000
commitc441289d5dfdc39ddb9654ff1848d90cbfcdc286 (patch)
treec4304e64d771568e4065868f5fd8dfc7212bfd9a
parenta589475b93bae6acd61b311622c9ee5104bd1798 (diff)
downloadpkgsrc-c441289d5dfdc39ddb9654ff1848d90cbfcdc286.tar.gz
be explicit about where openssl is, fixes openssl detection on Solaris.
-rw-r--r--databases/mysql4-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index d4f778143a9..de3978b156a 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -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+= --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}