]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- added patch to allow build oci plugin against Oracle Instant Client
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 May 2015 15:24:52 +0000 (17:24 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 May 2015 15:24:52 +0000 (17:24 +0200)
qt4-oracle-instantclient.patch [new file with mode: 0644]

diff --git a/qt4-oracle-instantclient.patch b/qt4-oracle-instantclient.patch
new file mode 100644 (file)
index 0000000..159875a
--- /dev/null
@@ -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
This page took 0.066624 seconds and 4 git commands to generate.