diff options
author | Robert Xu <robxu9@gmail.com> | 2012-07-28 17:22:06 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2012-07-28 17:22:06 -0400 |
commit | 44279fd56aa28d4943b49e516ac791900c561488 (patch) | |
tree | 11289e75f32c5324c5f7469141881720af4f57fe /opensuse/core/tqt3/revert-iodbc-to-uodbc.diff | |
parent | 48e7f603b222a82ae22d94ecbd6cbba914144f86 (diff) | |
download | tde-packaging-44279fd56aa28d4943b49e516ac791900c561488.tar.gz tde-packaging-44279fd56aa28d4943b49e516ac791900c561488.zip |
initial package (failing) of tqt3 for SuSE12.1
Diffstat (limited to 'opensuse/core/tqt3/revert-iodbc-to-uodbc.diff')
-rw-r--r-- | opensuse/core/tqt3/revert-iodbc-to-uodbc.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/opensuse/core/tqt3/revert-iodbc-to-uodbc.diff b/opensuse/core/tqt3/revert-iodbc-to-uodbc.diff new file mode 100644 index 000000000..f7c815ef1 --- /dev/null +++ b/opensuse/core/tqt3/revert-iodbc-to-uodbc.diff @@ -0,0 +1,22 @@ +--- src/sql/qt_sql.pri 2011-10-30 19:55:58.000000000 +0100 ++++ src/sql/qt_sql.pri 2008-01-15 20:09:13.000000000 +0100 +@@ -116,7 +116,7 @@ + + unix { + !contains( LIBS, .*odbc.* ) { +- LIBS *= -liodbc ++ LIBS *= -lodbc + } + } + +--- plugins/src/sqldrivers/odbc/odbc.pro 2011-10-30 19:55:57.000000000 +0100 ++++ plugins/src/sqldrivers/odbc/odbc.pro 2008-01-15 20:09:17.000000000 +0100 +@@ -17,7 +17,7 @@ + unix { + OBJECTS_DIR = .obj + !contains( LIBS, .*odbc.* ) { +- LIBS *= -liodbc ++ LIBS *= -lodbc + } + } + |