qLinux
… a distribution study
<< Prev Patch-2.7.6
Next >> IPRoute2-5.13.0
Reference: 8.66. Tar-1.34. Fix the build system:
patch -Np1 -i tar-1.34-bld-20220210.patch
Fix the sources:
patch -Np1 -i tar-1.34-src-20220210.patch
Fix the testsuite:
patch -Np1 -i tar-1.34-tst-20220210.patch
Prepare the package for compilation:
FORCE_UNSAFE_CONFIGURE=1 \ ./configure --prefix=/qlnx \ CFLAGS="-Wno-error" \ --includedir=/qlnx/inc \ --libexecdir=/qlnx/bin/libexec \ --datarootdir=/qlnx/dat \ --mandir=/qlnx/man \ --infodir=$LFS/tmp
CFLAGS=“-Wno-error”
    Compilation of the gnulib will fail with inconsistent header files.
Build the package:
make
Due to the CFLAGS it is recommended to run the testsuite:
make check
Install tar:
make install
<< Prev Patch-2.7.6
        
Next >> IPRoute2-5.13.0