Révision | e66cd602ea9096a27eef3cc06ac2132da9ba43d4 (tree) |
---|---|
l'heure | 2023-04-27 21:07:04 |
Auteur | matsuand <30614168+matsuand@user...> |
Commiter | matsuand |
[BLFS] Update & modify.
@@ -31,11 +31,11 @@ TimeStart | ||
31 | 31 | cd $TARGETDIR |
32 | 32 | |
33 | 33 | Configuring |
34 | -./configure --prefix=/usr \ | |
35 | - --sysconfdir=/etc \ | |
36 | - --libdir=/usr/lib \ | |
37 | - --disable-regenerate-docu \ | |
38 | - --enable-securedir=/lib/security \ | |
34 | +./configure --prefix=/usr \ | |
35 | + --sbindir=/usr/sbin \ | |
36 | + --sysconfdir=/etc \ | |
37 | + --libdir=/usr/lib \ | |
38 | + --enable-securedir=/usr/lib/security \ | |
39 | 39 | --docdir=/usr/share/doc/Linux-PAM-$VER \ |
40 | 40 | $DISABLENIS \ |
41 | 41 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
@@ -192,7 +192,6 @@ EOF | ||
192 | 192 | cat > /etc/profile.d/i18n.sh << "EOF" |
193 | 193 | # Set up i18n variables |
194 | 194 | #. /etc/locale.conf |
195 | -#export LANG | |
196 | 195 | export LANG=ja_JP.UTF-8 |
197 | 196 | EOF |
198 | 197 |
@@ -304,7 +303,7 @@ git config --global push.default simple | ||
304 | 303 | # End ~/.bashrc |
305 | 304 | EOF |
306 | 305 | |
307 | -cat > /root/.bash_logout << "EOF" | |
306 | +cat > ~/.bash_logout << "EOF" | |
308 | 307 | # Begin ~/.bash_logout |
309 | 308 | # Written for Beyond Linux From Scratch |
310 | 309 | # by James Robertson <jameswrobertson@earthlink.net> |
@@ -320,7 +319,6 @@ mkdir -pv /etc/skel | ||
320 | 319 | cp /root/.bashrc /etc/skel |
321 | 320 | cp /root/.bash_profile /etc/skel |
322 | 321 | cp /root/.bash_logout /etc/skel |
323 | -cp /root/.viminfo /etc/skel | |
324 | 322 | |
325 | 323 | cat > /etc/profile.d/50-multilib.sh << "EOF" |
326 | 324 | # Begin /etc/profile.d/50-multilib.sh |
@@ -12,7 +12,7 @@ echo $TARGET | ||
12 | 12 | |
13 | 13 | . $WRK/_checkRequired.sh "" |
14 | 14 | . $WRK/_checkOptions.sh \ |
15 | - libnsl sharutils | |
15 | + libnsl sharutils tcl | |
16 | 16 | . $WRK/_checkTarball.sh |
17 | 17 | . $WRK/_checkExit.sh "$1" || exit $? |
18 | 18 |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=libcap |
6 | -VER=2.67 | |
6 | +VER=2.68 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | DLD=/mnt/lfs/download/LFS |
9 | 9 | TARGETBALL=$DLD/$APPNAME-$VER.tar.xz |
@@ -11,7 +11,7 @@ TARGETDIR=$TARGET | ||
11 | 11 | echo $TARGET |
12 | 12 | |
13 | 13 | . $WRK/_checkRequired.sh \ |
14 | - rpcsvc-proto libtirpc | |
14 | + libtirpc | |
15 | 15 | . $WRK/_checkOptions.sh "" |
16 | 16 | . $WRK/_checkTarball.sh |
17 | 17 | . $WRK/_checkExit.sh "$1" || exit $? |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=libprelude |
6 | -VER=4.1.0 | |
6 | +VER=5.2.0 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=nspr |
6 | -VER=4.32 | |
6 | +VER=4.35 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -38,7 +38,7 @@ make \ | ||
38 | 38 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
39 | 39 | |
40 | 40 | Installing |
41 | -porg -lp $TARGET "make install" \ | |
41 | +porg -lp $TARGET -E$PWD "make install" \ | |
42 | 42 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
43 | 43 | |
44 | 44 | TimeEnd |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=nss |
6 | -VER=3.67 | |
6 | +VER=3.89 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/nss-$VER.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -57,7 +57,7 @@ porg -lp+ $TARGET "\ | ||
57 | 57 | cp -v -RL {public,private}/nss/* /usr/include/nss" \ |
58 | 58 | 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
59 | 59 | |
60 | -chmod 644 /usr/include/nss/* | |
60 | +#chmod 644 /usr/include/nss/* | |
61 | 61 | |
62 | 62 | porg -lp+ $TARGET "\ |
63 | 63 | install -v -m755 Linux*/bin/{certutil,nss-config,pk12util} /usr/bin" \ |
@@ -67,9 +67,9 @@ porg -lp+ $TARGET "\ | ||
67 | 67 | install -v -m644 Linux*/lib/pkgconfig/nss.pc /usr/lib/pkgconfig" \ |
68 | 68 | 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
69 | 69 | |
70 | -#porg -lp+ $TARGET "\ | |
71 | -#ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so" \ | |
72 | -# 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1 | |
70 | +porg -lp+ $TARGET "\ | |
71 | +ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so" \ | |
72 | + 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1 | |
73 | 73 | |
74 | 74 | TimeEnd |
75 | 75 |
@@ -38,8 +38,8 @@ mkdir p11-build | ||
38 | 38 | cd p11-build |
39 | 39 | |
40 | 40 | #$([ ${OPTION_nss} -eq 1 ] && echo -Dhash_impl=freebl) \ |
41 | -Configuring | |
42 | -meson --prefix=/usr \ | |
41 | +meson setup .. \ | |
42 | + --prefix=/usr \ | |
43 | 43 | --buildtype=release \ |
44 | 44 | -Dtrust_paths=/etc/pki/anchors \ |
45 | 45 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
@@ -3,10 +3,10 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=sqlite |
6 | -VER=3.41.1 | |
6 | +VER=3.41.2 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | -TARGETBALL=$DLD/${APPNAME}-autoconf-3410100.tar.gz | |
9 | -TARGETDIR=${APPNAME}-autoconf-3410100 | |
8 | +TARGETBALL=$DLD/${APPNAME}-autoconf-3410200.tar.gz | |
9 | +TARGETDIR=${APPNAME}-autoconf-3410200 | |
10 | 10 | |
11 | 11 | echo $TARGET |
12 | 12 |