gnutls 2.3.2 build fail because of opencdk
Simon Josefsson
simon at josefsson.org
Mon Mar 10 12:15:14 CET 2008
Roman Bogorodskiy <novel at FreeBSD.org> writes:
> When I try to build gnutls 2.3.2 without opencdk, it fails to build, the
> log attached. It seems it fails because there's no
> "-I$(top_srcdir)/lib/opencdk" flag in libextra/Makefile.am in
> AM_CPPFLAGS variable. However, this problem won't show up on a system
> with opencdk installed since it will pick opencdk.h from
> /usr/local/include (or whatever standard include path on a system).
>
> Adding -I$(top_srcdir)/lib/opencdk to AM_CPPFLAGS in
> libextra/Makefile.am solves the problem for me.
Thanks for the report. That is a workaround, but the real fix was to
remove libextra/gnutls_extra.h, as far as I could tell it is not needed
any more. Fixed in trunk, see:
http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commitdiff;h=749abd0331001e05f82967a597552aa6f5db0563
Thanks,
Simon
More information about the Gnutls-devel
mailing list