diff options
author | serg@serg.mylan <> | 2006-04-12 14:08:24 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2006-04-12 14:08:24 +0200 |
commit | 70c2ff34f708de50c531f60e9f80102138ad9c6e (patch) | |
tree | 46aa796924bcff90935d9149ffb0d65ac7c6ae61 /BUILD | |
parent | 5eefa6ec1f57cdac17e454c8f2a71b8ebc129f00 (diff) | |
download | mariadb-git-70c2ff34f708de50c531f60e9f80102138ad9c6e.tar.gz |
fixes for 'make dist' and 'make distcheck'
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-dist | 4 |
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 |