qLinux
… a distribution study
<< Prev Findutils
Next >> Gzip
Groff-1.22.4
Reference: 8.58. Groff-1.22.4. Apply a patch to fix the build system and one sources file:
patch -Np1 -i groff-1.22.4-bld-20220208.patch
Apply a patch to fix the sources:
patch -Np1 -i groff-1.22.4-src-20220208.patch
Build groff:
PAGE=A4 ./configure --prefix=/qlnx \ --with-doc=no \ --datarootdir=/qlnx/dat \ --mandir=/qlnx/man \ --docdir=/tmp
PAGE=A4
    Set the built-in default paper size.
make -j1 make install
Delete the example in  /qlnx/dat/doc 
:
rm -rf /qlnx/dat/doc
<< Prev Findutils
        
Next >> Gzip