summaryrefslogtreecommitdiff
path: root/pcr/luadbi
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2015-07-01 17:17:55 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2015-07-01 17:17:55 -0300
commitb7f46a5d27e88f93a71c51f27e7b33c85792ae93 (patch)
treee1763bd0f6488ca63b80b34898671dfdc8bd29c0 /pcr/luadbi
parent8e11bcb6e57de80d555fb146f6fb3ddf3f1af70d (diff)
luadbi: missing patch
Diffstat (limited to 'pcr/luadbi')
-rw-r--r--pcr/luadbi/Makefile.diff9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/luadbi/Makefile.diff b/pcr/luadbi/Makefile.diff
new file mode 100644
index 000000000..96778fc58
--- /dev/null
+++ b/pcr/luadbi/Makefile.diff
@@ -0,0 +1,9 @@
+--- a/Makefile 2011-04-10 00:05:23.482941578 -0400
++++ b/Makefile 2011-04-10 00:05:43.549708643 -0400
+@@ -1,5 +1,5 @@
+ CC=gcc
+-CFLAGS=-g -pedantic -Wall -O2 -shared -fpic -I /usr/include/lua5.1 -I /usr/include/mysql -I /usr/include/postgresql/ -I /opt/ibm/db2exc/V9.5/include/ -I /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/public/ -I .
++CFLAGS=-g -pedantic -Wall -O2 -shared -fpic -I /usr/include/lua5.1 -I /usr/include/mysql -I /usr/include/postgresql/server -I .
+ AR=ar rcu
+ RANLIB=ranlib
+ RM=rm -rf