procps-ng: update to 4.0.4

- Update the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
krant 2024-02-01 17:34:58 +02:00 committed by Rosen Penev
parent 5afe5c9031
commit 81629ba591
2 changed files with 15 additions and 15 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=procps-ng PKG_NAME:=procps-ng
PKG_VERSION:=3.3.16 PKG_VERSION:=4.0.4
PKG_RELEASE:=3 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/procps-ng PKG_SOURCE_URL:=@SF/procps-ng
PKG_HASH:=925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af PKG_HASH:=22870d6feb2478adb617ce4f09a787addaf2d260c5a8aa7b17d889a962c5e42e
PKG_MAINTAINER:= PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE:=GPL-2.0-or-later
@ -94,7 +94,7 @@ MAKE_FLAGS += \
define Package/procps-ng/install define Package/procps-ng/install
$(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libprocps.so* $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libproc2.so* $(1)/usr/lib/
endef endef
define Build/InstallDev define Build/InstallDev

View File

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