diff options
author | obache <obache@pkgsrc.org> | 2013-02-26 11:32:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-26 11:32:57 +0000 |
commit | 8b5a934faeebeed33b8f55c9fcce12bc9493989c (patch) | |
tree | 8088ba5bac7e7e9e007968a2d06541401a8e8858 /databases | |
parent | b99c6588b5b64bafa8ef00a45c18fea38dd7b524 (diff) | |
download | pkgsrc-8b5a934faeebeed33b8f55c9fcce12bc9493989c.tar.gz |
Remove WITH_READLINE cmake option, removed by 5.6.5.
noticed by diger in pkgsrc-users@.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql56-client/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common index 2d8fbbc7ad6..9eb270ddf2f 100644 --- a/databases/mysql56-client/Makefile.common +++ b/databases/mysql56-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2013/02/13 21:00:02 adam Exp $ +# $NetBSD: Makefile.common,v 1.2 2013/02/26 11:32:57 obache Exp $ # # used by databases/mysql56-client/Makefile # used by databases/mysql56-server/Makefile @@ -63,7 +63,6 @@ CMAKE_ARGS+= -DMYSQL_DATADIR=${MYSQL_DATADIR} # always use our own readline, not MySQL bundled one CMAKE_ARGS+= -DWITH_LIBEDIT=OFF -CMAKE_ARGS+= -DWITH_READLINE=OFF CMAKE_ARGS+= -DWITH_ZLIB="system" CMAKE_ARGS+= -DDEFAULT_CHARSET=${MYSQL_CHARSET:Q} CMAKE_ARGS+= -DDEFAULT_COLLATION=${MYSQL_COLLATION:Q} |