diff options
author | kent@mysql.com <> | 2006-05-20 23:36:17 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-05-20 23:36:17 +0200 |
commit | 2419732379d5640192d6269da0877a6c6ebe1a44 (patch) | |
tree | 9fc45a2e217ea3e8d345e4480701c86ace2f9be5 /support-files | |
parent | e3a75df3ca71ac2a9ebe2ce717a94b17d04f4dee (diff) | |
parent | e09910f91fb9487c805a0755c1187aca9fd724a1 (diff) | |
download | mariadb-git-2419732379d5640192d6269da0877a6c6ebe1a44.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 9471e2228ed..9656851dc9c 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -238,6 +238,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=/ \ --exec-prefix=%{_exec_prefix} \ --libexecdir=%{_sbindir} \ @@ -710,6 +711,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 |