diff options
Diffstat (limited to 'netware/BUILD/compile-netware-max')
-rw-r--r-- | netware/BUILD/compile-netware-max | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-max b/netware/BUILD/compile-netware-max new file mode 100644 index 00000000000..ec737d4615c --- /dev/null +++ b/netware/BUILD/compile-netware-max @@ -0,0 +1,23 @@ +#! /bin/sh + +# debug +#set -x + +# stop on errors +set -e + + +path=`dirname $0` +. $path/compile-netware-START + +suffix="max" + +extra_configs=" \ + --with-innodb \ + --with-embedded-server \ + --with-openssl \ + " + +. $path/compile-netware-END + + |