mirror of
https://github.com/openwrt/packages.git
synced 2025-07-26 21:42:29 +00:00
- Install library only (utilities are in procps-ng API version 4) - Latest 3.3.17 version of 3.x series is used - Refresh existing patch - Add new patch from Alpine Linux Signed-off-by: krant <aleksey.vasilenko@gmail.com> - Rebase patch because of packages version update was reverted before Signed-off-by: Florian Eckert <fe@dev.tdt.de>
27 lines
602 B
Diff
27 lines
602 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -15,10 +15,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = \
|
|
- include \
|
|
- man-po \
|
|
- po \
|
|
- testsuite
|
|
+ include
|
|
|
|
AM_CFLAGS = -Iproc
|
|
LDADD = ./proc/libprocps.la $(CYGWINFLAGS)
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -323,8 +323,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit
|
|
|
|
AC_CONFIG_FILES([Makefile
|
|
include/Makefile
|
|
- man-po/Makefile
|
|
- po/Makefile.in
|
|
- proc/libprocps.pc
|
|
- testsuite/Makefile])
|
|
+ proc/libprocps.pc])
|
|
AC_OUTPUT
|