From f946337bfd00f247b9e484d019241b4ea37a2337 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 Jun 2014 08:25:35 +0000 Subject: testing/lua*-sql-*: merged into main/lua-sql --- testing/lua-sql-odbc/config.patch | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 testing/lua-sql-odbc/config.patch (limited to 'testing/lua-sql-odbc/config.patch') diff --git a/testing/lua-sql-odbc/config.patch b/testing/lua-sql-odbc/config.patch deleted file mode 100644 index e5152f1cc..000000000 --- a/testing/lua-sql-odbc/config.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- a/config -+++ b/config -@@ -1,15 +1,15 @@ - # Driver (leave uncommented ONLY the line with the name of the driver) - #T= mysql - #T= oci8 --#T= odbc -+T= odbc - #T= postgres - #T= sqlite --T=sqlite3 -+#T=sqlite3 - - # Installation directories - - # Default prefix --PREFIX = /usr/local -+PREFIX = /usr - - # System's libraries directory (where binary libraries are installed) - LUA_LIBDIR= $(PREFIX)/lib/lua/5.1 -@@ -45,11 +45,11 @@ - #DRIVER_LIBS= -lsqlite - #DRIVER_INCS= - ######## 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 - ######## ODBC --#DRIVER_LIBS= -L/usr/local/lib -lodbc --#DRIVER_INCS= -DUNIXODBC -I/usr/local/include -+DRIVER_LIBS= -L/usr/local/lib -lodbc -+DRIVER_INCS= -DUNIXODBC -I/usr/local/include - - WARN= -Wall -Wmissing-prototypes -Wmissing-declarations -ansi -pedantic - INCS= -I$(LUA_INC) -- cgit v1.2.3