Commit bc8d9a39 authored by unknown's avatar unknown

Merge

parents b0b60840 f3de1b85
...@@ -217,6 +217,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ ...@@ -217,6 +217,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \
--with-fast-mutexes \ --with-fast-mutexes \
--with-mysqld-user=%{mysqld_user} \ --with-mysqld-user=%{mysqld_user} \
--with-unix-socket-path=/var/lib/mysql/mysql.sock \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \
--with-pic \
--prefix=/ \ --prefix=/ \
--with-extra-charsets=all \ --with-extra-charsets=all \
%if %{YASSL_BUILD} %if %{YASSL_BUILD}
...@@ -683,7 +684,10 @@ fi ...@@ -683,7 +684,10 @@ fi
# itself - note that they must be ordered by date (important when # itself - note that they must be ordered by date (important when
# merging BK trees) # merging BK trees)
%changelog %changelog
%changelog * Sat May 20 2006 Kent Boortz <kent@mysql.com>
- Always compile for PIC, position independent code.
* Wed May 10 2006 Kent Boortz <kent@mysql.com> * Wed May 10 2006 Kent Boortz <kent@mysql.com>
- Use character set "all" when compiling with Cluster, to make Cluster - Use character set "all" when compiling with Cluster, to make Cluster
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment