opnsense-ports/databases/mariadb103-server/files/patch-extra_mariabackup_CMakeLists.txt
Franco Fichtner f6f84bd0b3 */*: sync with upstream
Taken from: HardenedBSD
2019-12-22 09:59:20 +01: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)