qLinux
… a distribution study
<< Prev Libpipeline
Next >> Make
Reference: | 8.70. Man-DB-2.9.4 | ||
Requirements: | libpipeline |
Fix the build system:
patch -Np1 -i man-db-2.9.4-bld-20220209.patch
Build and install the package:
./configure --prefix=/qlnx \ PKG_CONFIG_PATH="/libs/lib/pkgconfig" \ --docdir=/tmp \ --sysconfdir=/qlnx/etc \ --disable-setuid \ --enable-cache-owner=bin \ --with-browser=/exec/lynx \ --with-vgrind=/exec/vgrind \ --with-grap=/exec/grap \ --with-systemdtmpfilesdir= \ --with-systemdsystemunitdir= \ --libexecdir=/qlnx/bin/libexec \ --mandir=/qlnx/man \ --sbindir=/qlnx/bin
make make install
The testsuite will fail in multiple cases due to missing dependencies, e.g.  iconv 
.
Make  accessdb 
- which is usually in sbin - excutable by root only:
chmod 0754 /qlnx/bin/accessdb
<< Prev Libpipeline
        
Next >> Make