diff options
author | monty@mysql.com <> | 2004-07-01 17:26:45 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-07-01 17:26:45 +0300 |
commit | 78c1938848126406e76272c70dec2dcbc566688c (patch) | |
tree | 942cc0adee19c152a23401506e9193bdef977c3f /netware | |
parent | 2c6537e2cb1694bd272231c1b50ee8807745f6ff (diff) | |
download | mariadb-git-78c1938848126406e76272c70dec2dcbc566688c.tar.gz |
Portability fixes (For Netware)
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/compile-netware-standard | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-standard b/netware/BUILD/compile-netware-standard index a21ea16a445..76a776a1da3 100755 --- a/netware/BUILD/compile-netware-standard +++ b/netware/BUILD/compile-netware-standard @@ -15,6 +15,7 @@ suffix="standard" extra_configs=" \ --with-innodb \ --enable-thread-safe-client \ + --with-archive-storage-engine \ " . $path/compile-netware-END |