summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 8ff21ab..17e7e8a 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 -lws2_32" \
+ SYBASE_LIBS="-lsybdb -liconv -lws2_32" \
./configure \
-opensource \
-confirm-license \