qLinux
… a distribution study


<< Prev
A DHCP Client

Next >>
OpenSSH-8.8p1


Wget-1.21.2

Reference: Wget-1.21.2. The wget utility is very useful for source code downloads. Fix the build system:

patch -Np1 -i wget-1.21.2-bld-20220304.patch

Apply a patch to fix the sources:

patch -Np1 -i wget-1.21.2-src-20220313.patch

Configure, build and install wget:

./configure --prefix=/qlnx      \
            --sysconfdir=/qlnx/etc  \
            --mandir=/qlnx/man \
            --infodir=/tmp \
            --with-ssl=openssl
make
make install

As we have no certificates installed yet, add (temporarily) the following line to  /qlnx/etc/wgetrc 

check_certificate = off

Installed Files

        /qlnx/bin/wget
        /qlnx/etc/wgetrc
        /qlnx/man/man1/wget.1


<< Prev
A DHCP Client

Next >>
OpenSSH-8.8p1