Skip to content

Commit ec3e18f

Browse files
committed
mysql80-server: Add explicit libs on SunOS.
1 parent ad41e1a commit ec3e18f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

databases/mysql80-server/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.28 2024/11/14 22:19:03 wiz Exp $
1+
# $NetBSD: Makefile,v 1.29 2024/12/03 15:04:54 jperkin Exp $
22

33
PKGNAME= ${DISTNAME:S/-/-server-/}
44
PKGREVISION= 4
@@ -80,6 +80,8 @@ TEST_TARGET= test
8080

8181
CMAKE_CONFIGURE_ARGS+= -DWITHOUT_CLIENTLIBS=ON
8282

83+
LDFLAGS.SunOS+= -labsl_string_view
84+
8385
post-extract:
8486
${CP} ${FILESDIR}/ffsll.cc ${WRKSRC}/sql/
8587
${CHMOD} a-x ${WRKSRC}/mysql-test/std_data/datadir_tablespace_*

0 commit comments

Comments
 (0)