nixpkgs/pkgs/development
Peter Simons 438d023eee Fixed sqlite impurity (mostly).
The sqlite configure script guesses whether to enable Tcl support. Apparently,
this guessing finds a Tcl installation in /usr and thus enables Tcl. The
subsequent build fails, however: the compiler doesn't find the <tcl.h> because
/usr is not a default search path. To remedy the problem, the expression now
explicitly specifies --disable-tcl to avoid guessing altogether.

In the same spirit, we furthermore specify the following configure flags, which
represent the defaults that ./configure chooses when left on its own devices:

  --disable-amalgamation
  --enable-threadsafe
  --disable-cross-thread-connections
  --disable-tempstore

svn path=/nixpkgs/trunk/; revision=16184
2009-07-06 10:39:52 +00:00
..
compilers * back to old gcc version for darwin, will make new version in different tree 2009-07-06 07:39:38 +00:00
eclipse
guile-modules/guile-lib * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
interpreters GNU Guile 1.8.7. 2009-07-05 21:41:36 +00:00
libraries Fixed sqlite impurity (mostly). 2009-07-06 10:39:52 +00:00
misc use svn sources for ctgas. 2009-05-07 18:28:19 +00:00
perl-modules * Latest DBD::SQLite. Fix building against an external SQLite. 2009-07-02 13:55:38 +00:00
python-modules buildPythonPackage: Wrap binaries with an appropriate $PATH. 2009-06-28 21:00:36 +00:00
ruby-modules Two Ruby modules 2008-10-05 09:00:56 +00:00
tools Updated scons to version 1.2.0. 2009-06-30 18:51:01 +00:00