[tor-commits] [tor/master] XXX Link in libiphlpapi (should be disabled on non Win32 platforms)

nickm at torproject.org nickm at torproject.org
Tue Aug 30 19:58:36 UTC 2011


commit 8db98c13b5cdc8eb11dfb593aea380334dc2ef7a
Author: Steven Murdoch <Steven.Murdoch at cl.cam.ac.uk>
Date:   Thu Jul 21 13:47:58 2011 +0100

    XXX Link in libiphlpapi (should be disabled on non Win32 platforms)
---
 src/tools/tor-fw-helper/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tools/tor-fw-helper/Makefile.am b/src/tools/tor-fw-helper/Makefile.am
index 75878f2..05cea77 100644
--- a/src/tools/tor-fw-helper/Makefile.am
+++ b/src/tools/tor-fw-helper/Makefile.am
@@ -25,7 +25,7 @@ endif
 
 if MINIUPNPC
 miniupnpc_ldflags = @TOR_LDFLAGS_libminiupnpc@
-miniupnpc_ldadd = -lminiupnpc -lm
+miniupnpc_ldadd = -lminiupnpc -lm -liphlpapi
 miniupnpc_cppflags = @TOR_CPPFLAGS_libminiupnpc@
 else
 miniupnpc_ldflags =





More information about the tor-commits mailing list