The easiest fix for this is:

Index: configure
===================================================================
--- configure (revision 2794)
+++ configure (working copy)
@@ -1060,7 +1060,7 @@
  QString version_out = QString::fromLatin1(out).trimmed();

  args.clear();
- args += "--libs";
+ args += "--libs --static";
  ret = doCommand(path, args, &out);
  if(ret != 0)
  return false;

This adds the right flags. The thing is that I usually generate my configure
file using qt-qconf tool.
Hence, either qt-qconf should get all LIB.private flags when using
pkg-config or maybe
libtorrent.pc file should put all the flags on LIB line instead of using
LIB.private.

On Tue, Nov 17, 2009 at 10:18 PM, Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> Thank you for the additional information you have supplied regarding
> this Bug report.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Cristian Greco <crist...@regolo.cc>
>
> If you wish to submit further information on this problem, please
> send it to 556...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 556300: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556300
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>

Reply via email to