nixpkgs/pkgs
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
..
applications * Added NSPR, the Netscape Portable Runtime, and use it in Xulrunner 2009-07-04 12:25:35 +00:00
build-support * Sync with the trunk. 2009-07-03 11:55:17 +00:00
configs/etc
data Updating the xkeyboard_config patch for esperanto with alt_gr 2009-06-03 21:21:10 +00:00
desktops Propagate zenity fix to gnome-2.26 2009-06-19 06:45:25 +00:00
development Fixed sqlite impurity (mostly). 2009-07-06 10:39:52 +00:00
games SGT Puzzles tarball changed back (!). 2009-06-05 08:34:30 +00:00
lib svn path=/nixpkgs/trunk/; revision=16131 2009-07-02 08:58:30 +00:00
misc * Fix some attributes that now make nix-env -q --meta barf. 2009-07-02 09:08:01 +00:00
os-specific/linux * Kernel updates. 2009-07-03 09:11:46 +00:00
servers * Updated some drivers. 2009-06-18 17:20:01 +00:00
shells * tcsh: create a "csh" symlink. 2009-06-13 16:09:26 +00:00
stdenv * setup-new -> setup. 2009-07-02 09:01:37 +00:00
test
tools Add HTML Tidy, an HTML validator. 2009-07-05 14:07:39 +00:00
top-level * Updated NSS. 2009-07-06 09:12:44 +00:00