The mysql client links against libcurses, ensure we pull in the bl3 so
that user preferences are respected.
This commit is contained in:
parent
8ff0bb75aa
commit
6e69c1fc5b
5 changed files with 10 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.11 2016/09/15 06:05:08 jnemeth Exp $
|
||||
# $NetBSD: Makefile.common,v 1.12 2017/05/05 16:22:28 jperkin Exp $
|
||||
#
|
||||
# used by databases/mysql-cluster/Makefile
|
||||
|
||||
|
@ -128,5 +128,6 @@ SOEXT="so"
|
|||
|
||||
CMAKE_ARGS+= -DWITH_EDITLINE=bundled
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../devel/libevent/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.34 2017/04/13 13:44:49 mef Exp $
|
||||
# $NetBSD: Makefile.common,v 1.35 2017/05/05 16:22:28 jperkin Exp $
|
||||
#
|
||||
# used by databases/mysql51-client/Makefile
|
||||
# used by databases/mysql51-server/Makefile
|
||||
|
@ -138,4 +138,5 @@ pre-configure:
|
|||
${RM} -f ${WRKSRC}/configure~
|
||||
cd ${WRKSRC} && autoconf && autoheader
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.58 2017/05/03 12:37:01 mef Exp $
|
||||
# $NetBSD: Makefile.common,v 1.59 2017/05/05 16:22:29 jperkin Exp $
|
||||
#
|
||||
# used by databases/mysql55-client/Makefile
|
||||
# used by databases/mysql55-server/Makefile
|
||||
|
@ -131,6 +131,7 @@ CMAKE_ARGS+= -DREADLINE_FOUND=system
|
|||
.endif
|
||||
CMAKE_ARGS+= -DREADLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editlinereadline}/include/readline
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.39 2017/04/11 20:21:02 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.40 2017/05/05 16:22:29 jperkin Exp $
|
||||
#
|
||||
# used by databases/mysql56-client/Makefile
|
||||
# used by databases/mysql56-server/Makefile
|
||||
|
@ -130,4 +130,5 @@ CMAKE_ARGS+= -DWITH_READLINE="system"
|
|||
CMAKE_ARGS+= -DWITH_EDITLINE="system"
|
||||
.endif
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.4 2017/04/11 20:49:15 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.5 2017/05/05 16:22:29 jperkin Exp $
|
||||
#
|
||||
# used by databases/mysql57-client/Makefile
|
||||
# used by databases/mysql57-server/Makefile
|
||||
|
@ -122,6 +122,7 @@ CMAKE_ARGS+= -DWITH_READLINE="system"
|
|||
CMAKE_ARGS+= -DWITH_EDITLINE="system"
|
||||
.endif
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../archivers/lz4/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
.include "../../devel/libevent/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue