diff options
author | unknown <kent@mysql.com> | 2006-05-21 00:47:08 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-05-21 00:47:08 +0200 |
commit | f3de1b85921981faaf909c354d7421e8841bb579 (patch) | |
tree | b0ba02ee274ff4bc40b8e8d95a1f97f4afa1ea40 /support-files | |
parent | ed7e869bcc38da4865f6e8da085d3db6bbb1304b (diff) | |
parent | ddd9fbacc61315812b4ac5f07eb4f1bd69e9811c (diff) | |
download | mariadb-git-f3de1b85921981faaf909c354d7421e8841bb579.tar.gz |
Merge
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index f3cf642e4da..202910f44e4 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -245,6 +245,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --enable-local-infile \ --with-mysqld-user=%{mysqld_user} \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \ + --with-pic \ --prefix=/ \ %if %{YASSL_BUILD} --with-yassl \ @@ -722,6 +723,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %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> - Use character set "all" for the "max", to make Cluster nodes |