diff options
Diffstat (limited to 'netware/BUILD/compile-netware-standard')
-rw-r--r-- | netware/BUILD/compile-netware-standard | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-standard b/netware/BUILD/compile-netware-standard new file mode 100644 index 00000000000..c09337b5fe0 --- /dev/null +++ b/netware/BUILD/compile-netware-standard @@ -0,0 +1,14 @@ +#! /bin/sh + +path=`dirname $0` +. $path/compile-netware-START + +suffix="standard" + +extra_configs=" \ + --with-innodb + " + +. $path/compile-netware-END + + |