View previous topic :: View next topic |
Author |
Message |
s0rce
Joined: 11 Jun 2012 Posts: 1
|
Posted: Mon Jun 11, 2012 12:34 am Post subject: Build problem on Solaris 11 (miniupnp 1.7) |
|
|
The bittorrent client Transmission (v. 2.52) makes use of miniupnp and the upgrade to v.1.7 broke on Solaris, see the following:
I can't post links, see ticket 4891 on trac.transmissionbt.***
A successful patch for miniupnpc.c was put forward and tested:
I hope this is the correct place to report this bug upstream.
patch:
third-party/miniupnp/miniupnpc.c
old new
17 17 #endif
18 18 #endif
19 19
20 #if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32)
20 #if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32) && !defined(__CYGWIN__) && !defined(__sun)
21 21 #define HAS_IP_MREQN
22 22 #endif |
|
Back to top |
|
|
livings124
Joined: 08 Dec 2007 Posts: 10
|
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1592
|
|
Back to top |
|
|
|