b5b189bed8
svn path=/nixpkgs/branches/stdenv-updates/; revision=10610
10 lines
162 B
Bash
Executable file
10 lines
162 B
Bash
Executable file
source $stdenv/setup
|
|
|
|
export LANG=en_US
|
|
|
|
# configureFlags=""
|
|
# if test "$jdbcSupport"; then
|
|
# configureFlags="--with-java $configureFlags"
|
|
# fi
|
|
|
|
genericBuild
|