diff options
author | kent@mysql.com <> | 2006-05-21 10:38:59 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-05-21 10:38:59 +0200 |
commit | 49a8f9ee29e248a6a7b6924ca10d8220952e33a2 (patch) | |
tree | 4f4c50ff566dbb3b1b3a709f8d8404904630ed78 /support-files/mysql.spec.sh | |
parent | 54e65469ba597ef64f822f23ae2d7ec18ce92157 (diff) | |
parent | 0a778b4ce09468c317d20f35534aafc7b98ef559 (diff) | |
download | mariadb-git-49a8f9ee29e248a6a7b6924ca10d8220952e33a2.tar.gz |
Merge
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index fc43487714a..6c0565c51cf 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -217,6 +217,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --with-fast-mutexes \ --with-mysqld-user=%{mysqld_user} \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \ + --with-pic \ --prefix=/ \ --with-extra-charsets=all \ %if %{YASSL_BUILD} @@ -683,7 +684,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %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> - Use character set "all" when compiling with Cluster, to make Cluster |