Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e27b1c31
Commit
e27b1c31
authored
Nov 05, 2021
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
require system pcre2 in rpms
now when SLES12.3 is gone, we can enforce it
parent
88ac91c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
cmake/build_configurations/mysql_release.cmake
cmake/build_configurations/mysql_release.cmake
+1
-3
No files found.
cmake/build_configurations/mysql_release.cmake
View file @
e27b1c31
...
...
@@ -106,8 +106,7 @@ ELSEIF(RPM)
SET
(
SEMODULE_PACKAGE /usr/bin/semodule_package CACHE FILEPATH
""
)
SET
(
PLUGIN_AUTH_SOCKET YES CACHE STRING
""
)
SET
(
WITH_EMBEDDED_SERVER ON CACHE BOOL
""
)
# not yet, SLES 12.3 doesn't provide pcre2
#SET(WITH_PCRE system CACHE STRING "")
SET
(
WITH_PCRE system CACHE STRING
""
)
IF
(
RPM MATCHES
"fedora|centos|rhel"
)
SET
(
WITH_INNODB_BZIP2 OFF CACHE STRING
""
)
SET
(
WITH_INNODB_LZO OFF CACHE STRING
""
)
...
...
@@ -137,7 +136,6 @@ ELSE()
SET
(
WITH_JEMALLOC static CACHE STRING
""
)
SET
(
PLUGIN_AUTH_SOCKET STATIC CACHE STRING
""
)
SET
(
WITH_STRIPPED_CLIENT ON CACHE BOOL
"Strip all client binaries"
)
SET
(
WITH_PCRE bundled CACHE STRING
""
)
SET
(
WITH_INNODB_BZIP2 OFF CACHE STRING
""
)
SET
(
WITH_INNODB_LZ4 OFF CACHE STRING
""
)
SET
(
WITH_INNODB_LZO OFF CACHE STRING
""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment