Les détails sur ce paquet sont situés dans Section 10.24.2, “Contenu de Procps.”
Le paquet Procps contient des programmes pour surveiller les processus.
Compilez le paquet :
make CC="gcc ${BUILD32}" m64=""Ce paquet ne fournit pas de suite de tests.
Installez le paquet :
make install lib64=lib
The meaning of the make and install options:
CC="gcc ${BUILD32}"This allows us to compile using our gcc with our options lists in ${BUILD32} variable.
m64=""The Makefile for this package goes to some
lengths to build as 64-bit if at all possible. In CLFS we build each
library for each available ABI. Overriding the m64 option enables us
ignore this completely.
lib64=libThe Makefile also attempts to install into
lib64 on multilib, so again we choose to override it.
Les détails sur ce paquet sont situés dans Section 10.24.2, “Contenu de Procps.”