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 | ef523c08ec8a0a16e4cb7ca68361970e1e6a57bb (patch) | |
tree | b0ba02ee274ff4bc40b8e8d95a1f97f4afa1ea40 /support-files | |
parent | 5199c9d99ba2991e7da12fc0a1d6f41bf0e0e4d5 (diff) | |
parent | 3d590258de22fe3ced796c515daceeb9f3ead6ab (diff) | |
download | mariadb-git-ef523c08ec8a0a16e4cb7ca68361970e1e6a57bb.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 |