qLinux
… a distribution study
<< Prev Sed-4.8
Next >> Gettext-0.21
Reference: 8.30. Psmisc-23.4. Fix the build system:
patch -Np1 -i psmisc-23.4-qlnx-1-20220204.patch
Psmisc relies on the proc file system, thus we have to fix the path of  /proc 
accordingly for qLinux:
patch -Np1 -i psmisc-23.4-qlnx-2-20220204.patch
Configure, build and install psmisc:
./configure --prefix=/qlnx \ --mandir=/qlnx/man
make make install
Optional: psmisc isn't build with [X] support, thus delete a potential useless file:
rm -f /qlnx/bin/pstree.x11
<< Prev Sed-4.8