http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19853
User: jmayer
Date: 2006/11/07 08:41 AM
Log:
albert chin:
version_info.c has:
#ifdef HAVE_LIBGCRYPT
#include <gcrypt.h>
#endif /* HAVE_LIBGCRYPT */
#ifdef HAVE_LIBGNUTLS
#include <gnutls/gnutls.h>
#endif /* HAVE_LIBGNUTLS */
However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
resolve symbols from the above. Patch attached.
Note: dumpcap should not need to be linked to gnutls, but that's a
problem with the version infrastructure.
Directory: /trunk/
Changes Path Action
+3 -1 Makefile.am Modified