summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-29 00:44:23 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-29 00:44:23 +0300
commitda6f235ca0a21fce9f20818d6c216ed6aa454eaa (patch)
treef484af130f259b3da40858785836ac12cbb0b99d /support-files/mysql.spec.sh
parent3ef287ce93ff09ba8c458c2a1bab2f08016d7a5e (diff)
downloadmariadb-git-da6f235ca0a21fce9f20818d6c216ed6aa454eaa.tar.gz
Fixes for RPM build
Build-tools/Do-rpm: Fix for RPM build acinclude.m4: Cleanup configure.in: Cleanup support-files/mysql.spec.sh: Cleanup
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index f5ce41a1c70..287fa76fb42 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -219,7 +219,7 @@ automake
BuildMySQL "--disable-shared" \
"--with-mysqld-ldflags='-all-static'" \
"--with-client-ldflags='-all-static'" \
- "--without-berkeley-db --without-innodb"
+ "--without-berkeley-db --with-innodb"
nm --numeric-sort sql/mysqld > sql/mysqld.sym
%install -n mysql-%{mysql_version}