diff options
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 62811d32ccf..5b96bc4727c 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -159,6 +159,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ --infodir=/usr/info \ --includedir=/usr/include \ --mandir=/usr/man \ + --without-berkeley-db \ --with-comment=\"Official MySQL RPM\"; # Add this for more debugging support # --with-debug |