The postgresql distribution no longer contains the JDBC driver

svn path=/nixpkgs/trunk/; revision=3123
This commit is contained in:
Martin Bravenboer
2005-05-24 15:09:04 +00:00
parent e3a47a07ed
commit c76a931faa
3 changed files with 7 additions and 13 deletions

View File

@@ -2,9 +2,9 @@
export LANG=en_US
configureFlags=""
if test "$jdbcSupport"; then
configureFlags="--with-java $configureFlags"
fi
# configureFlags=""
# if test "$jdbcSupport"; then
# configureFlags="--with-java $configureFlags"
# fi
genericBuild