]> git.pld-linux.org Git - packages/qt4.git/blob - qt4-oracle-instantclient.patch
rebuild with openssl 3.0.0
[packages/qt4.git] / qt4-oracle-instantclient.patch
1 --- qt-everywhere-opensource-src-4.8.7/src/sql/drivers/oci/qsql_oci.pri.orig    2015-05-07 16:14:48.000000000 +0200
2 +++ qt-everywhere-opensource-src-4.8.7/src/sql/drivers/oci/qsql_oci.pri 2015-05-27 17:03:10.620091779 +0200
3 @@ -7,3 +7,4 @@
4      LIBS *= -loci
5  }
6  macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
7 +QMAKE_CXXFLAGS += -I/usr/include/oracle/client
8 --- qt-everywhere-opensource-src-4.8.7/config.tests/unix/oci/oci.pro.orig       2015-05-07 16:14:42.000000000 +0200
9 +++ qt-everywhere-opensource-src-4.8.7/config.tests/unix/oci/oci.pro    2015-05-27 17:03:32.636757522 +0200
10 @@ -2,3 +2,4 @@
11  CONFIG -= qt dylib
12  mac:CONFIG -= app_bundle
13  LIBS += -lclntsh
14 +QMAKE_CXXFLAGS += -I/usr/include/oracle/client
This page took 0.052921 seconds and 3 git commands to generate.