summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorserg@serg.mylan <>2006-04-12 14:08:24 +0200
committerserg@serg.mylan <>2006-04-12 14:08:24 +0200
commit70c2ff34f708de50c531f60e9f80102138ad9c6e (patch)
tree46aa796924bcff90935d9149ffb0d65ac7c6ae61 /BUILD
parent5eefa6ec1f57cdac17e454c8f2a71b8ebc129f00 (diff)
downloadmariadb-git-70c2ff34f708de50c531f60e9f80102138ad9c6e.tar.gz
fixes for 'make dist' and 'make distcheck'
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 6cc537cdf9c..dea29d4612b 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -52,7 +52,9 @@ fi
--with-federated-storage-engine \
--with-berkeley-db \
--with-innodb \
+ --with-yassl \
--enable-thread-safe-client \
--with-extra-charsets=complex \
- --with-ndbcluster
+ --with-ndbcluster \
+ --with-zlib-dir=bundled
make