mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
438d023eee
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 |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
configs/etc | ||
data | ||
desktops | ||
development | ||
games | ||
lib | ||
misc | ||
os-specific/linux | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |