Page MenuHome GnuPG

[patch] Not respecting userland CFLAGS while compiling yat2m.c
Closed, InvalidPublic

Description

There is a tiny bug in doc/Makefile.am

while compilation userland CFLAGS are being ignored.

patch attached.

Details

Version
1.0.1

Related Objects

Event Timeline

Sorry, this patch is wrong. yat2m needs to be build for the build platform and
thus you can't use CFLAGS because that macro is for the target platform.
Frankly, I don't see a need to add any flags for an yat2m build, because this is
a one off program only required to convert texinfo to man format during dirmngr
build.