[packages/qt4] - added patch to allow build oci plugin against Oracle Instant Client

qboosh qboosh at pld-linux.org
Fri May 29 17:23:28 CEST 2015


commit a765fd48d0c5728d7ce13a20733bb842aa1e1245
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri May 29 17:24:52 2015 +0200

    - added patch to allow build oci plugin against Oracle Instant Client

 qt4-oracle-instantclient.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/qt4-oracle-instantclient.patch b/qt4-oracle-instantclient.patch
new file mode 100644
index 0000000..159875a
--- /dev/null
+++ b/qt4-oracle-instantclient.patch
@@ -0,0 +1,14 @@
+--- qt-everywhere-opensource-src-4.8.7/src/sql/drivers/oci/qsql_oci.pri.orig	2015-05-07 16:14:48.000000000 +0200
++++ qt-everywhere-opensource-src-4.8.7/src/sql/drivers/oci/qsql_oci.pri	2015-05-27 17:03:10.620091779 +0200
+@@ -7,3 +7,4 @@
+     LIBS *= -loci
+ }
+ macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
++QMAKE_CXXFLAGS += -I/usr/include/oracle/client
+--- qt-everywhere-opensource-src-4.8.7/config.tests/unix/oci/oci.pro.orig	2015-05-07 16:14:42.000000000 +0200
++++ qt-everywhere-opensource-src-4.8.7/config.tests/unix/oci/oci.pro	2015-05-27 17:03:32.636757522 +0200
+@@ -2,3 +2,4 @@
+ CONFIG -= qt dylib
+ mac:CONFIG -= app_bundle
+ LIBS += -lclntsh
++QMAKE_CXXFLAGS += -I/usr/include/oracle/client
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt4.git/commitdiff/a765fd48d0c5728d7ce13a20733bb842aa1e1245



More information about the pld-cvs-commit mailing list