clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since d3d48d51 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure
|
-
Property mode
set to
100755
|
File size:
695 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | ### tcp-wrappers ###
|
---|
4 |
|
---|
5 | cd ${SRC}
|
---|
6 | LOG="tcp-wrappers-blfs.log"
|
---|
7 | SELF=`basename ${0}`
|
---|
8 | set_buildenv
|
---|
9 | set_libdirname
|
---|
10 | setup_multiarch
|
---|
11 |
|
---|
12 | unpack_tarball tcp_wrappers_${TCPWRAP_VER}
|
---|
13 | cd ${PKGDIR}
|
---|
14 | apply_patch tcp_wrappers-7.6-shared_lib_plus_plus-1
|
---|
15 | apply_patch tcp_wrappers-7.6-gcc34-1
|
---|
16 |
|
---|
17 | if [ ! "${libdirname}" = "lib" ]; then
|
---|
18 | sed -i -e "s@/lib/@/${libdirname}/@g" Makefile
|
---|
19 | fi
|
---|
20 |
|
---|
21 | max_log_init tcp-wrappers ${TCPWRAP_VER} "native (shared)" ${BUILDLOGS} ${LOG}
|
---|
22 | make CC="${CC-gcc} ${ARCH_CFLAGS}" REAL_DAEMON_DIR=/usr/sbin \
|
---|
23 | STYLE=-DPROCESS_OPTIONS linux \
|
---|
24 | >> ${LOGFILE} 2>&1 &&
|
---|
25 | echo " o Build OK" &&
|
---|
26 |
|
---|
27 | min_log_init ${INSTLOGS} &&
|
---|
28 | make install \
|
---|
29 | >> ${LOGFILE} 2>&1 &&
|
---|
30 | echo " o ALL OK" || barf
|
---|
31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.