diff options
author | unknown <kent@mysql.com> | 2006-05-20 22:47:20 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-05-20 22:47:20 +0200 |
commit | 65fcdee56e6ffccee45fc4ab70e6d3050fa0e20d (patch) | |
tree | 4ee628d2442b5aafcb7ff8f2eda5b6997b40192f /support-files | |
parent | fa9b0268ab9bb649707f86946e5d19693481af61 (diff) | |
download | mariadb-git-65fcdee56e6ffccee45fc4ab70e6d3050fa0e20d.tar.gz |
mysql.spec.sh:
Always compile position independent
support-files/mysql.spec.sh:
Always compile position independent
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 3384e074ba9..d11fc5ef440 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -184,6 +184,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=/ \ --with-extra-charsets=complex \ --exec-prefix=%{_exec_prefix} \ @@ -577,6 +578,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. + * Thu Oct 27 2005 Lenz Grimmer <lenz@grimmer.com> - added more man pages |