From c21e15b28f13542b796e40300ea1da38f2ce83c7 Mon Sep 17 00:00:00 2001 From: Shibby Date: Mon, 25 Jul 2016 13:13:40 +0200 Subject: [PATCH] nettle: disable documentation --- release/src/router/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/router/Makefile b/release/src/router/Makefile index 0b4e248b64..38a57aa6a7 100644 --- a/release/src/router/Makefile +++ b/release/src/router/Makefile @@ -828,7 +828,7 @@ nettle/stamp-h1: gmp CPPFLAGS="-I$(TOP)/gmp" \ CFLAGS="-Os -Wall $(EXTRACFLAGS) -fPIC -ffunction-sections -fdata-sections" \ LDFLAGS="-L$(TOP)/gmp/.libs -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC" \ - $(CONFIGURE) prefix=$(TOP)/nettle + $(CONFIGURE) prefix=$(TOP)/nettle --disable-documentation @touch nettle/stamp-h1 nettle: nettle/stamp-h1 -- 2.11.4.GIT