User Tools

Site Tools


qLinux
… a distribution study


<< Prev
Gawk

Next >>
Groff


Findutils-4.8.0

Reference: 8.57. Findutils-4.8.0. Fix the build system:

patch -Np1 -i findutils-4.8.0-bld-22020208.patch

Fix the sources:

patch -Np1 -i findutils-4.8.0-src-22020208.patch

Build and install findutils:

./configure --prefix=/qlnx \
            --disable-rpath \
            --localstatedir=/qlnx/var/lib \
            --includedir=/qlnx/inc \
            --libexecdir=/qlnx/bin/libexec \
            --mandir=/qlnx/man \
            --infodir=/tmp

–disable-rpath     Do not hardcode runtime library paths.

make
make install

<< Prev
Gawk

        

Next >>
Groff