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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3967668e
Commit
3967668e
authored
Jan 27, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- removed unused CC and CXX variables
- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
parent
6958e328
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+8
-5
No files found.
support-files/mysql.spec.sh
View file @
3967668e
...
@@ -193,11 +193,9 @@ client/server version.
...
@@ -193,11 +193,9 @@ client/server version.
BuildMySQL
()
{
BuildMySQL
()
{
# The --enable-assembler simply does nothing on systems that does not
# The --enable-assembler simply does nothing on systems that does not
# support assembler speedups.
# support assembler speedups.
sh
-c
"PATH=
\"
${
MYSQL_BUILD_PATH
:-
/bin
:/usr/bin
}
\"
\
sh
-c
"PATH=
\"
${
MYSQL_BUILD_PATH
:-
$PATH
}
\"
\
CC=
\"
${
MYSQL_BUILD_CC
:-
gcc
}
\"
\
CFLAGS=
\"
${
MYSQL_BUILD_CFLAGS
:-
$RPM_OPT_FLAGS
}
\"
\
CFLAGS=
\"
${
MYSQL_BUILD_CFLAGS
:-
-O3
}
\"
\
CXXFLAGS=
\"
${
MYSQL_BUILD_CXXFLAGS
:-
$RPM_OPT_FLAGS
\
CXX=
\"
${
MYSQL_BUILD_CXX
:-
gcc
}
\"
\
CXXFLAGS=
\"
${
MYSQL_BUILD_CXXFLAGS
:-
-O3 \
-felide-constructors -fno-exceptions -fno-rtti \
-felide-constructors -fno-exceptions -fno-rtti \
}
\"
\
}
\"
\
./configure
\
./configure
\
...
@@ -531,6 +529,11 @@ fi
...
@@ -531,6 +529,11 @@ fi
%changelog
%changelog
*
Mon Jan 27 2003 Lenz Grimmer <lenz@mysql.com>
- removed unused CC and CXX variables
- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
*
Fri Jan 24 2003 Lenz Grimmer <lenz@mysql.com>
*
Fri Jan 24 2003 Lenz Grimmer <lenz@mysql.com>
- renamed package
"MySQL"
to
"MySQL-server"
- renamed package
"MySQL"
to
"MySQL-server"
...
...
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