0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 20:13:22 +00:00
Files
termux-packages/packages/mariadb/cmake-mariadb_connector_c.cmake.patch.beforehostbuild
2025-01-07 18:27:48 +05:30

14 lines
390 B
Diff

Patch to make host build work without gnutls.
--- a/cmake/mariadb_connector_c.cmake
+++ b/cmake/mariadb_connector_c.cmake
@@ -18,7 +18,7 @@ IF(NOT CONC_WITH_SSL)
IF(WIN32)
SET(CONC_WITH_SSL "SCHANNEL")
ELSE()
- SET(CONC_WITH_SSL "GNUTLS") # that's what debian wants, right?
+ SET(CONC_WITH_SSL "OPENSSL")
ENDIF()
ELSE()
SET(CONC_WITH_SSL "OPENSSL")