0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 09:19:51 +00:00
packages/utils/procps-ng/patches/100-no-tests-docs.patch
krant 81629ba591 procps-ng: update to 4.0.4
- Update the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:20:05 -08:00

27 lines
613 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -18,10 +18,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
- local \
- po-man \
- po \
- testsuite
+ local
AM_CFLAGS = -Ilibrary/include
LDADD = ./library/libproc2.la $(CYGWINFLAGS)
--- a/configure.ac
+++ b/configure.ac
@@ -421,8 +421,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit
AC_CONFIG_FILES([Makefile
local/Makefile
- po-man/Makefile
- po/Makefile.in
- library/libproc2.pc
- testsuite/Makefile])
+ library/libproc2.pc])
AC_OUTPUT