diff options
author | monty@hundin.mysql.fi <> | 2001-12-13 23:57:55 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-13 23:57:55 +0200 |
commit | c8f87750a4b4581e8a01ae8d5e56f8d4e359ad64 (patch) | |
tree | 2f4777d2c2462ce206998d887bfb6c35d6c55bef /support-files/mysql.spec.sh | |
parent | 0c0a170fa71f365ca0b95f7fa1f47417a289adcb (diff) | |
download | mariadb-git-c8f87750a4b4581e8a01ae8d5e56f8d4e359ad64.tar.gz |
Always compile rPM's with --enable-thread-safe-client
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 41818759db1..a5e6815d47a 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -187,6 +187,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ --includedir=/usr/include \ --mandir=/usr/man \ --with-embedded-server \ + --enable-thread-safe-client \ --with-comment=\"Official MySQL RPM\"; # Add this for more debugging support # --with-debug @@ -212,7 +213,7 @@ mkdir -p $RBR # Build the shared libraries and mysqld-max -BuildMySQL "--enable-shared --enable-thread-safe-client --with-berkeley-db --with-innodb --with-mysqld-ldflags='-all-static' --with-server-suffix='-Max'" +BuildMySQL "--enable-shared --with-berkeley-db --with-innodb --with-mysqld-ldflags='-all-static' --with-server-suffix='-Max'" # Save everything for debug # tar cf $RBR/all.tar . |