Deserves the same punishment as mysql55 for readline support

This commit is contained in:
Baptiste Daroussin 2014-07-01 23:05:06 +00:00
parent 8e02b1941b
commit cca3c8eb1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360112

View file

@ -12,7 +12,9 @@ MAINTAINER= flo@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
SLAVEDIRS= databases/percona55-client
USES= bison cmake shebangfix
USES= bison cmake readline shebangfix
CXXFLAGS+= ${CPPFLAGS}
OPTIONS_DEFINE= OPENSSL FASTMTX
OPTIONS_DEFAULT= OPENSSL
@ -80,8 +82,6 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON"
post-install:
@${MKDIR} ${STAGEDIR}/var/db/mysql
.else
USES+= readline
.endif
post-patch: