diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-25 12:26:31 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-25 12:26:31 +0200 |
commit | 72313302b57af039f22323baf493c99f8f7fb4e3 (patch) | |
tree | 837e5df8a7d56170fee9b66f585020eaccf24c56 /extra/procps-ng/build | |
parent | af1cc6f4780392944b4036e500fb67023f1d68f0 (diff) | |
download | repository-72313302b57af039f22323baf493c99f8f7fb4e3.tar.gz |
procps-ng: bump to 4.0.1
Diffstat (limited to 'extra/procps-ng/build')
-rwxr-xr-x | extra/procps-ng/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/procps-ng/build b/extra/procps-ng/build index 835f1e50..06737c15 100755 --- a/extra/procps-ng/build +++ b/extra/procps-ng/build @@ -5,10 +5,10 @@ --sbindir=/usr/bin # Fix includes for w.c -clsed 's|HAVE_UTMPX_H|DONT_HAVE_IT_THANK_YOU_VERY_MUCH|g' w.c +clsed 's|HAVE_UTMPX_H|DONT_HAVE_IT_THANK_YOU_VERY_MUCH|g' src/w.c # Fix includes for proc/escape.c -clsed '/\#endif/a #include <langinfo.h>' proc/escape.c +clsed '/\#endif/a #include <langinfo.h>' library/escape.c make CCLD="${CC:-cc} -all-static" make DESTDIR="$1" install |