diff options
author | MySQL Build Team <build@mysql.com> | 2009-05-20 23:04:34 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-05-20 23:04:34 +0200 |
commit | b243283e693452549457bd9ccf73918965809571 (patch) | |
tree | 514c7fa33a125d34991d78ec0b56dcb4c70761d2 /support-files | |
parent | 4cf2001cfed33e35afac4fd8345d474fb3fefdf1 (diff) | |
download | mariadb-git-b243283e693452549457bd9ccf73918965809571.tar.gz |
Updates to build with community features enabled for community builds.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index fa3c3a8b4ce..584c0abc777 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -264,6 +264,8 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --includedir=%{_includedir} \ --mandir=%{_mandir} \ --enable-thread-safe-client \ + --enable-community-features \ + --enable-profiling \ --with-readline ; \ # Add this for more debugging support # --with-debug |