From bf440f28d1dc5479d06dc7d540580b8d2f04798d Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 7 Jul 2017 10:28:14 +0200 Subject: [PATCH] libnettle: -Werror=implicit-function-declaration --- packages/libnettle/configure.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/libnettle/configure.patch diff --git a/packages/libnettle/configure.patch b/packages/libnettle/configure.patch new file mode 100644 index 000000000..f240fc092 --- /dev/null +++ b/packages/libnettle/configure.patch @@ -0,0 +1,11 @@ +diff -u -r ../nettle-3.3/configure ./configure +--- ../nettle-3.3/configure 2016-10-01 09:28:38.000000000 +0200 ++++ ./configure 2017-07-07 08:35:12.539208424 +0200 +@@ -7091,6 +7091,7 @@ + CFLAGS="$CFLAGS $CCPIC" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#include + + int + main ()