From 7f2308d7ace5983802915e985de8da2da5a26884 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 19 Jun 2022 07:21:21 +0000 Subject: [PATCH] binutils: do not build documentation --- packages/devel/binutils/package.mk | 4 ++-- packages/devel/binutils/patches/nodocs.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 packages/devel/binutils/patches/nodocs.patch diff --git a/packages/devel/binutils/package.mk b/packages/devel/binutils/package.mk index 8a375f7a15..4e34263742 100644 --- a/packages/devel/binutils/package.mk +++ b/packages/devel/binutils/package.mk @@ -56,13 +56,13 @@ pre_configure_host() { make_host() { make configure-host - make + make MAKEINFO=true } makeinstall_host() { cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include make -C bfd install # fix parallel build with libctf requiring bfd - make install + make MAKEINFO=true install } make_target() { diff --git a/packages/devel/binutils/patches/nodocs.patch b/packages/devel/binutils/patches/nodocs.patch deleted file mode 100644 index 11bbb87798..0000000000 --- a/packages/devel/binutils/patches/nodocs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/binutils/Makefile.in -+++ b/binutils/Makefile.in -@@ -569,7 +569,7 @@ zlibdir = @zlibdir@ - zlibinc = @zlibinc@ - AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects - ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd --SUBDIRS = doc po -+SUBDIRS = - tooldir = $(exec_prefix)/$(target_alias) - - # Automake 1.10+ disables lex and yacc output file regeneration if