Files
package-update/database/sqlite/sqlite.conf
T
Christian Wiese 897b478408 sqlite: disable tcl interface if there is no tcl available in the target (see note)
Note:

The sqlite-amalgamation tarball we use seem to not include the TCL extension
anymore, so this fix is a kind of hotfix!
We should check http://sqlite.org/amalgamation.html later for deciding how we
are going to integrate sqlite into OpenSDE.
2010-07-23 18:05:23 +02:00

18 lines
655 B
Plaintext

# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../sqlite/sqlite.conf
# Copyright (C) 2009 - 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if ! pkginstalled tcl; then
var_append extraconfopt ' ' '--disable-tcl'
fi