11 lines
149 B
Bash
Executable File
11 lines
149 B
Bash
Executable File
. $stdenv/setup
|
|
|
|
export LANG=en_US
|
|
|
|
configureFlags=""
|
|
if test "$jdbcSupport"; then
|
|
configureFlags="--with-java $configureFlags"
|
|
fi
|
|
|
|
genericBuild
|