User Tools

Site Tools


qLinux
… a distribution study


<< Prev
Groff

Next >>
Kbd-2.4.0


Gzip-1.10

Reference: 8.60. Gzip-1.10. Fix the build system:

patch -Np1 -i gzip-1.10-bld-20220208.patch

Apply a patch to fix the sources:

patch -Np1 -i gzip-1.10-src-20220208.patch

Apply a patch to fit the testsuite:

patch -Np1 -i gzip-1.10-tst-20220208.patch

Prepare compilation:

./configure --prefix=/qlnx \
            CFLAGS="-Wno-error=stringop-overflow" \
            --mandir=/qlnx/man \
            --infodir=/tmp

CFLAGS=“-Wno-error=stringop-overflow”     Fix that a warning will be treated as error in gnulib

Build gzip

make

Run the testsuite:

make check

Install gzip:

make install

<< Prev
Groff

        

Next >>
Kbd-2.4.0