summaryrefslogtreecommitdiff
path: root/databases/mysql57-client
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-05-09 16:59:49 +0000
committertnn <tnn@pkgsrc.org>2020-05-09 16:59:49 +0000
commit3082a0d6f699e10dedbc5b3af5ac115dea5f04e7 (patch)
tree08296cd9fca3c42d341f917c2c6200400b76a2d7 /databases/mysql57-client
parentac99914614ee8970e14396c4f9983bf2ecef0f34 (diff)
downloadpkgsrc-3082a0d6f699e10dedbc5b3af5ac115dea5f04e7.tar.gz
mysql57-client: help cmake detect EDITLINE_INCLUDE_DIR
Diffstat (limited to 'databases/mysql57-client')
-rw-r--r--databases/mysql57-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql57-client/Makefile.common b/databases/mysql57-client/Makefile.common
index d303008dda8..53896033ab2 100644
--- a/databases/mysql57-client/Makefile.common
+++ b/databases/mysql57-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2020/05/07 05:31:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2020/05/09 16:59:49 tnn Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -66,6 +66,7 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_ARGS+= -DWITH_BOOST="system"
CMAKE_ARGS+= -DWITH_EDITLINE="system"
+CMAKE_ARGS+= -DEDITLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editline}/include
CMAKE_ARGS+= -DWITH_LIBEVENT="system"
CMAKE_ARGS+= -DWITH_LZ4="system"
CMAKE_ARGS+= -DWITH_SSL="system"