qLinux
… a distribution study
<< Prev Gzip
Next >> Libpipeline
Kbd-2.4.0
Reference: 8.62. Kbd-2.4.0. Fix the build system:
patch -Np1 -i kbd-2.4.0-bld-20220208.patch
Fix the sources to fit qLinux:
patch -Np1 -i kbd-2.4.0-src-20220208.patch
For the next patch and the 2 sed's refer to the book:
patch -Np1 -i ../_sources/_patches/kbd-2.4.0-backspace-1.patch
sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in
Apply a patch to fix the testsuite (optional):
patch -Np1 -i kbd-2.4.0-tst-20220208.patch
Configure and build the package:
./configure --prefix=/qlnx \ --disable-vlock \ --datarootdir=/qlnx/dat \ --mandir=/qlnx/man
make
If desired run the testsuite:
make ckeck
Install kbd:
make install
<< Prev Gzip
        
Next >> Libpipeline