这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/procps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Utilities that give information about processes using th
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.3.17
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=4518b3e7aafd34ec07d0063d250fd474999b20b200218c3ae56f5d2113f141b4
TERMUX_PKG_DEPENDS="ncurses"
Expand Down
12 changes: 12 additions & 0 deletions packages/procps/pgrep.c.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -u -r ../src-orig/pgrep.c ./pgrep.c
--- ../src-orig/pgrep.c 2023-10-02 11:04:29.715645019 +0000
+++ ./pgrep.c 2023-10-02 11:17:10.632452771 +0000
@@ -80,7 +80,7 @@

/* User supplied arguments */

-static int opt_full = 0;
+static int opt_full = 1;
static int opt_long = 0;
static int opt_longlong = 0;
static int opt_oldest = 0;