mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
diffutils: add gcc7 fixes and do not build man
- no-man: solves a problem with help2man and "diff3 --help" in cross-compile
This commit is contained in:
parent
dfeae32652
commit
75b6b16d3b
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="GNU Diffutils"
|
||||
PKG_LONGDESC="GNU Diffutils is a package of several programs related to finding differences between files."
|
||||
PKG_AUTORECONF="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
|
||||
--without-libsigsegv-prefix \
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- diffutils-3.5/Makefile.am.org 2017-05-24 18:54:09.404508347 +0200
|
||||
+++ diffutils-3.5/Makefile.am 2017-05-24 18:46:25.238456499 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
ALL_RECURSIVE_TARGETS =
|
||||
|
||||
EXTRA_DIST = bootstrap exgettext ChangeLog-2008 cfg.mk dist-check.mk
|
||||
-SUBDIRS = lib src tests doc man po gnulib-tests
|
||||
+SUBDIRS = lib src tests doc po gnulib-tests
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
|
Loading…
x
Reference in New Issue
Block a user