mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
mariadb: disable PLUGIN_AUTH_PAM as we can't build it
This commit is contained in:
parent
74234cfdb5
commit
c00f733e65
@ -0,0 +1,25 @@
|
||||
From 92ed8269f929df9d6203ae52340fca0367f537a9 Mon Sep 17 00:00:00 2001
|
||||
From: MilhouseVH <milhouseVH.github@nmacleod.com>
|
||||
Date: Mon, 25 Nov 2019 23:54:22 +0000
|
||||
Subject: [PATCH] disable PLUGIN_AUTH_PAM as we aren't able to build it
|
||||
|
||||
---
|
||||
cmake/build_configurations/mysql_release.cmake | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake
|
||||
index 37a6c45..e2a4ba8 100644
|
||||
--- a/cmake/build_configurations/mysql_release.cmake
|
||||
+++ b/cmake/build_configurations/mysql_release.cmake
|
||||
@@ -124,7 +124,7 @@ ENDIF()
|
||||
|
||||
IF(UNIX)
|
||||
SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
|
||||
- SET(PLUGIN_AUTH_PAM YES)
|
||||
+ SET(PLUGIN_AUTH_PAM NO)
|
||||
|
||||
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
IF(NOT IGNORE_AIO_CHECK)
|
||||
--
|
||||
2.7.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user