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
237f4a37
Commit
237f4a37
authored
May 10, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql.spec.sh:
Compile in all character sets in Max (bug#14918)
parent
cf0fc729
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+8
-1
No files found.
support-files/mysql.spec.sh
View file @
237f4a37
...
...
@@ -239,7 +239,6 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
--with-mysqld-user=%{mysqld_user}
\
--with-unix-socket-path=/var/lib/mysql/mysql.sock
\
--prefix=/
\
--with-extra-charsets=complex
\
--exec-prefix=%{_exec_prefix}
\
--libexecdir=%{_sbindir}
\
--libdir=%{_libdir}
\
...
...
@@ -297,6 +296,7 @@ then
fi
BuildMySQL
"--enable-shared
\
--with-extra-charsets=all
\
--with-berkeley-db
\
--with-innodb
\
--with-ndbcluster
\
...
...
@@ -361,6 +361,7 @@ BuildMySQL "--disable-shared \
%else
--with-zlib-dir=bundled
\
%endif
--with-extra-charsets=complex
\
--with-comment=
\"
MySQL Community Edition - Standard (GPL)
\"
\
--with-server-suffix='%{server_suffix}'
\
--without-embedded-server
\
...
...
@@ -708,6 +709,12 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Wed May 10 2006 Kent Boortz <kent@mysql.com>
- Use character
set
"all"
for
the
"max"
, to make Cluster nodes
independent on the character
set
directory, and the problem that
two RPM sub packages both wants to
install
this directory.
*
Mon May 01 2006 Kent Boortz <kent@mysql.com>
- Use
"./libtool --mode=execute"
instead of searching
for
the
...
...
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