build error was caused by overwriting AM_CFLAGS
but AM_CFLAGS carries flags for hardware acceleration (-DASM_X86 etc.)
leading to not using a CPP Macro in x86-common.h
fixes https://dev.openwrt.org/ticket/1
Error was:
sha-padlock.c:355:49: error: 'sha1' undeclared here (not in a function)
con
build complained about "cp: cannot stat ... no such file"
according to Makefile.am there is
- gnutls-cli-debug
- gnutls-serv depends on OCSP
Signed-off-by: Dirk Neukirchen
---
libs/gnutls/Makefile | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libs/gnutls/Makefile b/lib