mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
- 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]
10 lines
250 B
Text
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)
|
|
|