diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-07-01 17:17:55 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-07-01 17:17:55 -0300 |
commit | b7f46a5d27e88f93a71c51f27e7b33c85792ae93 (patch) | |
tree | e1763bd0f6488ca63b80b34898671dfdc8bd29c0 /pcr/luadbi | |
parent | 8e11bcb6e57de80d555fb146f6fb3ddf3f1af70d (diff) | |
download | abslibre-b7f46a5d27e88f93a71c51f27e7b33c85792ae93.tar.gz abslibre-b7f46a5d27e88f93a71c51f27e7b33c85792ae93.tar.bz2 abslibre-b7f46a5d27e88f93a71c51f27e7b33c85792ae93.zip |
luadbi: missing patch
Diffstat (limited to 'pcr/luadbi')
-rw-r--r-- | pcr/luadbi/Makefile.diff | 9 |
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 |