https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7411
Summary: LIBGCRYPT_CFLAGS seems to be ignored in
epan/crypt/Makefile
Product: Wireshark
Version: 1.8.0
Platform: x86
OS/Version: Linux (other)
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: todd@xxxxxxxxxxxxx
Build Information:
This is a problem with the build configuration.
--
LIBGCRYPT_CFLAGS is correctly defined in my epan/crypt/Makefile, but doesn't
seem to be referenced anywhere, so the compilation can't find my gcrypt.h.
LIBGCRYPT_CFLAGS = -I/usr/local/gnutls/include
(Adding -I/usr/local/gnutls/include to CFLAGS will allow it to compile.)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.