diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-06-28 19:20:27 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-06-28 19:20:27 (GMT) |
commit | 72e0ffab560caf26de5b0934c926d2868a8d9429 (patch) | |
tree | 2744e9b081c45d7a7d723b8e315c64febd65f169 /src | |
parent | 788de552d0b424024f0c4ba0b28ccf845428f799 (diff) | |
download | mxe-72e0ffab560caf26de5b0934c926d2868a8d9429.zip mxe-72e0ffab560caf26de5b0934c926d2868a8d9429.tar.gz mxe-72e0ffab560caf26de5b0934c926d2868a8d9429.tar.bz2 |
package qt: freetds driver still needs iconv
Diffstat (limited to 'src')
-rw-r--r-- | src/qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |