Deserves the same punishment as mysql55 for readline support
This commit is contained in:
parent
8e02b1941b
commit
cca3c8eb1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360112
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue