MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« LibTIRPC 64-bit HOME LibNSL2 64-bit »

LibTIRPC 32-bit

Name: LibTIRPC 32-bit
Summary: The library for the RPC API that used to be part of GLibC
License: BSD
Version: 1.3.7
URL: https://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.7/libtirpc-1.3.7.tar.bz2/download

Average Build Time: less than 0.1 SBU
Used Install Space: 1.2 MiB

Configuration

To configure the LibTIRPC 32-bit package for compilation, run the following commands:

make distclean
CC="gcc -m32" \
./configure --host=i686-pc-linux-gnu \
            --prefix=/usr            \
            --libdir=/usr/lib        \
            --libexecdir=/usr/lib    \
            --sysconfdir=/etc        \
            --enable-rpcdb           \
            --enable-authdes         \
            --disable-static         \
            --disable-gssapi

Compilation and Installation

To compile LibTIRPC 32-bit, run the following command:

make

Finally, to install LibTIRPC 32-bit into the build tree, run the following commands:

make DESTDIR=$PWD/DESTDIR install
rm -fv DESTDIR/usr/lib/*.la
cp -Rv DESTDIR/usr/lib/* /usr/lib

Contents

See the contents section of the 64-bit build of LibTIRPC for details.

Navigation    
« LibTIRPC 64-bit HOME LibNSL2 64-bit »