9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
. $stdenv/setup
|
|
|
|
configureFlags=""
|
|
if test "$jdbcSupport"; then
|
|
configureFlags="--with-java $configureFlags"
|
|
fi
|
|
|
|
genericBuild
|