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