https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2075
Pascal Quantin <pascal.quantin@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pascal.quantin@xxxxxxxxx
--- Comment #8 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2008-07-23 09:54:26 PDT ---
This patch recompiles correctly the ADNS library but it does not include it in
NSIS packaging !
To solve this, i must apply the following patch:
Index: wireshark.nsi
===================================================================
--- wireshark.nsi (révision 25802)
+++ wireshark.nsi (copie de travail)
@@ -306,7 +306,7 @@
File "${ZLIB_DIR}\zlib1.dll"
!endif
!ifdef ADNS_DIR
-File "${ADNS_DIR}\adns_win32\LIB\adns_dll.dll"
+File "${ADNS_DIR}\..\${MSVC_VARIANT}\adns\adns_dll.dll"
!endif
!ifdef PCRE_DIR
File "${PCRE_DIR}\bin\pcre3.dll"
Should I open a new tracker or should I reopen this one ?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.