From ad1aed831501196ac4946d23b16aa7ef6acad33a Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Wed, 17 Aug 2011 10:14:00 +0200 Subject: [PATCH] package qt: handle gnutls dependency introduced by freetds --- src/qt-test.pro | 1 + src/qt.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qt-test.pro b/src/qt-test.pro index 4da28351..f22e4edf 100644 --- a/src/qt-test.pro +++ b/src/qt-test.pro @@ -2,5 +2,6 @@ # See doc/index.html for further information. TARGET = test-qt +QT += network sql SOURCES += qt-test.cpp FORMS += qt-test.ui diff --git a/src/qt.mk b/src/qt.mk index 17e7e8a1..038f82a4 100644 --- a/src/qt.mk +++ b/src/qt.mk @@ -28,7 +28,7 @@ define $(PKG)_BUILD cd '$(1)' && \ OPENSSL_LIBS="`'$(TARGET)-pkg-config' --libs-only-l openssl`" \ PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl` -lws2_32" \ - SYBASE_LIBS="-lsybdb -liconv -lws2_32" \ + SYBASE_LIBS="-lsybdb -liconv -lws2_32 `'$(TARGET)-pkg-config' --libs-only-l gnutls`" \ ./configure \ -opensource \ -confirm-license \