ports/databases/mariadb103-server/files/patch-extra_mariabackup_CMakeLists.txt
Bernard Spil 1ef2fc08e0 databases/mariadb103-server: Update to 10.3.21
- Fix table compression [1]
 - Fix link error in mariabackup [2]
 - Fix GNUism [3]

PR:		239732 [1], 236101 [2], 240692 [3]
Submitted by:	<iron udjin gmail com> [2], Mike Andrews <mandrews bit0 com> [3]
Reported by:	Tao Zhou <zhoutao laocius org> [1]
2019-12-21 16:21:39 +00:00

10 lines
250 B
Text

--- extra/mariabackup/CMakeLists.txt.orig 2019-12-05 22:22:27 UTC
+++ extra/mariabackup/CMakeLists.txt
@@ -114,6 +114,7 @@ MYSQL_ADD_EXECUTABLE(mbstream
TARGET_LINK_LIBRARIES(mbstream
mysys
crc
+ sql
)
ADD_DEPENDENCIES(mbstream GenError)