mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
parent
10e215a3ae
commit
83fc5069f4
1 changed files with 8 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
--- a/config 2014-09-19 13:32:52.356775109 +0400
|
||||
+++ b/config 2014-09-19 13:33:42.750501633 +0400
|
||||
--- a/config 2013-02-18 19:36:44.000000000 +0400
|
||||
+++ b/config 2014-10-01 08:36:37.104254404 +0400
|
||||
@@ -1,12 +1,12 @@
|
||||
# $Id: config,v 1.10 2008/05/30 17:21:18 tomas Exp $
|
||||
|
||||
|
||||
# Driver (leave uncommented ONLY the line with the name of the driver)
|
||||
-T= mysql
|
||||
+#T= mysql
|
||||
|
@ -13,7 +13,7 @@
|
|||
-#T=sqlite3
|
||||
+T=sqlite3
|
||||
#T=firebird
|
||||
|
||||
|
||||
# Installation directories
|
||||
@@ -37,8 +37,8 @@
|
||||
######## MySQL
|
||||
|
@ -26,14 +26,12 @@
|
|||
######## Oracle OCI8
|
||||
#DRIVER_LIBS= -L/home/oracle/OraHome1/lib -lz -lclntsh
|
||||
#DRIVER_INCS= -I/home/oracle/OraHome1/rdbms/demo -I/home/oracle/OraHome1/rdbms/public
|
||||
@@ -51,8 +51,8 @@
|
||||
@@ -51,7 +51,7 @@
|
||||
#DRIVER_LIBS= -lsqlite
|
||||
#DRIVER_INCS=
|
||||
######## SQLite3
|
||||
######## SQLite3
|
||||
-#DRIVER_LIBS= -L/opt/local/lib -lsqlite3
|
||||
-#DRIVER_INCS= -I/opt/local/include
|
||||
+DRIVER_LIBS= -L/opt/local/lib -lsqlite3
|
||||
+DRIVER_INCS= -I/opt/local/include
|
||||
+DRIVER_LIBS= -lsqlite3
|
||||
#DRIVER_INCS= -I/opt/local/include
|
||||
######## ODBC
|
||||
#DRIVER_LIBS= -L/usr/local/lib -lodbc
|
||||
#DRIVER_INCS= -DUNIXODBC -I/usr/local/include
|
||||
|
|
Loading…
Reference in a new issue