<< Prev OpenSSH-8.8p1
Next >> Autoconf-2.71
Reference: 8.35. Libtool-2.4.6. Fix the build system:
patch -Np1 -i libtool-2.4.6-bld-20220206.patch
The package is critical for changes. Never run  make distclean 
. This will remove some files and causes a rebuild afterwards. This will fail at this point. Even changes to the template  libtoolize.in 
will causes a rebuild - thus we have to fix the final  /plng/bin/libtoolize 
. In general: if something went wrong, start over from fresh extracted sources.
Configure, build and install the package:
./configure --prefix=/plng \ --includedir=/plng/inc \ --datarootdir=/plng/dat \ --mandir=/plng/man \ --infodir=/tmp \ --docdir=/tmp
make make install
Fix the installed  libtoolize 
:
sed -i '/qlnx/!s|/dev/null|/qlnx/dev/null|g; /qlnx/!s|/bin/sh|/qlnx/bin/sh|g' /plng/bin/libtoolize
<< Prev OpenSSH-8.8p1
Install the Base System        System Configuration
Next >> Autoconf-2.71