summary refs log tree commit diff
path: root/pkgs/applications/version-management/subversion
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-06 10:39:52 +0000
committerPeter Simons <simons@cryp.to>2009-07-06 10:39:52 +0000
commit438d023eeea341458b09ea9b4298d9ff49f8ce85 (patch)
tree84e2ff8e5fcc2bf95da82fada23405cc0072b060 /pkgs/applications/version-management/subversion
parenta796d839f94a0e0712d944d2e4efa110953fd9e5 (diff)
downloadnixpkgs-438d023eeea341458b09ea9b4298d9ff49f8ce85.tar
nixpkgs-438d023eeea341458b09ea9b4298d9ff49f8ce85.tar.gz
nixpkgs-438d023eeea341458b09ea9b4298d9ff49f8ce85.tar.bz2
nixpkgs-438d023eeea341458b09ea9b4298d9ff49f8ce85.tar.lz
nixpkgs-438d023eeea341458b09ea9b4298d9ff49f8ce85.tar.xz
nixpkgs-438d023eeea341458b09ea9b4298d9ff49f8ce85.tar.zst
nixpkgs-438d023eeea341458b09ea9b4298d9ff49f8ce85.zip
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
Diffstat (limited to 'pkgs/applications/version-management/subversion')
0 files changed, 0 insertions, 0 deletions