1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 17:46:43 +00:00
termux-packages/packages/procps/Makefile.am.patch
Henrik Grimler d3d7dc805f
procps: use __progname for getting program name (#6777)
Autoconf macro for __progname taken from tmux, seems it is missing
from procps, code checks `ifdef HAVE__PROGNAME` so all we have to do
is to add the macro.

Fixes https://github.com/termux/termux-packages/issues/6768.
2021-05-08 21:51:15 +02:00

13 lines
300 B
Diff

--- ../procps-3.3.17/Makefile.am 2021-02-09 10:11:25.000000000 +0000
+++ ./Makefile.am 2021-05-08 19:17:42.013134502 +0000
@@ -160,7 +160,8 @@
top/top.c \
top/top_nls.h \
top/top_nls.c \
- lib/fileutils.c
+ lib/fileutils.c \
+ lib/strverscmp.c
if CYGWIN
top_top_SOURCES += lib/strverscmp.c