changeset 1911:b24ef78a43a8

package qt: freetds driver still needs iconv
author Mark Brand <mabrand@mabrand.nl>
date Tue, 28 Jun 2011 21:20:27 +0200
parents ce3b84b9514f
children 5d6de750041c
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Tue Jun 28 21:16:19 2011 +0200
+++ b/src/qt.mk	Tue Jun 28 21:20:27 2011 +0200
@@ -28,7 +28,7 @@
     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 \