blob: 9ce91495c1cd2423e934daccf68fbc3aea97624c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="-D__sun -m32 $debug_cflags"
extra_configs="$max_configs --with-libevent $debug_configs"
LDFLAGS="-lmtmalloc -R/usr/sfw/lib"
export LDFLAGS
. "$path/FINISH.sh"
|