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
af941670
Commit
af941670
authored
May 05, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment
parent
c8432bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+5
-0
No files found.
support-files/mysql.spec.sh
View file @
af941670
...
@@ -363,9 +363,14 @@ touch optional-files-devel
...
@@ -363,9 +363,14 @@ touch optional-files-devel
# not require C++ features such as exceptions, and may need to be removed at
# not require C++ features such as exceptions, and may need to be removed at
# a later date.
# a later date.
#
#
# This is a hack, $RPM_OPT_FLAGS on ia64 hosts contains flags which break
# the compile in cmd-line-utils/readline - needs investigation, but for now
# we simply unset it and use those specified directly in cmake.
%if
"%{_arch}"
==
"ia64"
%if
"%{_arch}"
==
"ia64"
RPM_OPT_FLAGS
=
RPM_OPT_FLAGS
=
%endif
%endif
export
PATH
=
${
MYSQL_BUILD_PATH
:-
$PATH
}
export
PATH
=
${
MYSQL_BUILD_PATH
:-
$PATH
}
export
CC
=
${
MYSQL_BUILD_CC
:-${
CC
:-
gcc
}}
export
CC
=
${
MYSQL_BUILD_CC
:-${
CC
:-
gcc
}}
export
CXX
=
${
MYSQL_BUILD_CXX
:-${
CXX
:-
gcc
}}
export
CXX
=
${
MYSQL_BUILD_CXX
:-${
CXX
:-
gcc
}}
...
...
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