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
dab1d7d2
Commit
dab1d7d2
authored
Aug 12, 2014
by
Balasubramanian Kandasamy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patch mysql-5.5-libmysqlclient-symbols.patch for el7
parent
1a1e9040
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
986 additions
and
1 deletion
+986
-1
support-files/CMakeLists.txt
support-files/CMakeLists.txt
+1
-0
support-files/mysql-5.5-libmysqlclient-symbols.patch
support-files/mysql-5.5-libmysqlclient-symbols.patch
+982
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+3
-1
No files found.
support-files/CMakeLists.txt
View file @
dab1d7d2
...
...
@@ -81,6 +81,7 @@ IF(UNIX)
CONFIGURE_FILE
(
mysql.spec.sh
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
SPECFILENAME
}
@ONLY
)
CONFIGURE_FILE
(
MySQL-shared-compat.spec.sh
${
CMAKE_CURRENT_BINARY_DIR
}
/MySQL-shared-compat.spec @ONLY
)
CONFIGURE_FILE
(
mysql-5.5-libmysqlclient-symbols.patch
${
CMAKE_CURRENT_BINARY_DIR
}
/mysql-5.5-libmysqlclient-symbols.patch @ONLY
)
SET
(
bindir
${
prefix
}
/
${
INSTALL_BINDIR
}
)
SET
(
sbindir
${
prefix
}
/
${
INSTALL_SBINDIR
}
)
...
...
support-files/mysql-5.5-libmysqlclient-symbols.patch
0 → 100644
View file @
dab1d7d2
This diff is collapsed.
Click to expand it.
support-files/mysql.spec.sh
View file @
dab1d7d2
...
...
@@ -251,6 +251,7 @@ URL: http://www.mysql.com/
Packager: MySQL Release Engineering <mysql-build@oss.oracle.com>
Vendor: %
{
mysql_vendor
}
BuildRequires: %
{
distro_buildreq
}
%
{
?el7:Patch0: mysql-5.5-libmysqlclient-symbols.patch
}
# Regression tests may take a long time, override the default to skip them
%
{!
?runselftest:%global runselftest 1
}
...
...
@@ -443,7 +444,7 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
##############################################################################
%prep
%setup
-T
-a
0
-c
-n
%
{
src_dir
}
%
{
?el7:%patch0
-p1
}
##############################################################################
%build
...
...
@@ -1094,6 +1095,7 @@ echo "=====" >> $STATUS_HISTORY
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/resolveip.1
*
%ghost %config
(
noreplace,missingok
)
%
{
_sysconfdir
}
/my.cnf
%dir %
{
_sysconfdir
}
/my.cnf.d
%attr
(
755, root, root
)
%
{
_bindir
}
/innochecksum
%attr
(
755, root, root
)
%
{
_bindir
}
/my_print_defaults
...
...
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