A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « TCP Wrappers 64-bit | HOME | GNU Autoconf » |
Name: TCP Wrappers 32-bit
Summary: Access and authorization wrapper for TCP daemons
License: BSD
Version: 7.6
URL: https://github.com/tcp-wrappers/code/archive/refs/tags/tcp_wrappers_7.6-ipv6.4.tar.gz
Average Build Time: less than 0.1 SBU
Used Install Space: 312 KiB
The TCP Wrappers sources do not have a traditional configuration script.
To compile TCP Wrappers 32-bit, run the following commands:
make clean
rm -fv libwrap.so libwrap.so.0
CC="gcc -m32 -march=i686" make REAL_DAEMON_DIR=/usr/sbin MAJOR=0 MINOR=7 REL=6 linux
Finally, to install TCP Wrappers 32-bit into the build tree, run the following commands:
BUILD_ROOT=DESTDIR
rm -rfv ${BUILD_ROOT}
mkdir -pv ${BUILD_ROOT}/usr/lib
cp -Rv libwrap.so* ${BUILD_ROOT}/usr/lib/
cp -Rv ${BUILD_ROOT}/usr/lib/* /usr/lib/
See the contents section of the 64-bit build of TCP Wrappers for details.
| Navigation | ||
|---|---|---|
| « TCP Wrappers 64-bit | HOME | GNU Autoconf » |