[OpenWrt-Devel] [PATCH] [packages] gnutls: fix build error on x86/x86-64

2014-05-24 Thread Dirk Neukirchen
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

[OpenWrt-Devel] [PATCH] [packages] gnutls: fix build error

2014-05-15 Thread Dirk Neukirchen
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