qLinux
… a distribution study


<< Prev
Shadow

Next >>
Ncurses


Pkg-config-0.29.2

Reference: 8.27. Pkg-config-0.29.2. First fix the build system:

patch -Np1 -i pkg-config-0.29.2-qlnx-20220204.patch
./configure --prefix=/plng \
            --with-internal-glib \
            --disable-host-tool \
            --datarootdir=/plng/dat \
            --mandir=/plng/man \
            --docdir=/tmp

Fix the newly created files  libtool :

sed -i 's|/dev/null|/qlnx/dev/null|g' libtool glib/libtool
make
make install

Installed files

         bin/pkg-config 
         dat/aclocal/pkg.m4 
         man/man1/pkg-config.1 


<< Prev
Shadow

        

Next >>
Ncurses