• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisione66cd602ea9096a27eef3cc06ac2132da9ba43d4 (tree)
l'heure2023-04-27 21:07:04
Auteurmatsuand <30614168+matsuand@user...>
Commitermatsuand

Message de Log

[BLFS] Update & modify.

Change Summary

Modification

--- a/BLFS/Linux-PAM.sh
+++ b/BLFS/Linux-PAM.sh
@@ -31,11 +31,11 @@ TimeStart
3131 cd $TARGETDIR
3232
3333 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 \
3939 --docdir=/usr/share/doc/Linux-PAM-$VER \
4040 $DISABLENIS \
4141 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
--- a/BLFS/bash_shell_startup_files.sh
+++ b/BLFS/bash_shell_startup_files.sh
@@ -192,7 +192,6 @@ EOF
192192 cat > /etc/profile.d/i18n.sh << "EOF"
193193 # Set up i18n variables
194194 #. /etc/locale.conf
195-#export LANG
196195 export LANG=ja_JP.UTF-8
197196 EOF
198197
@@ -304,7 +303,7 @@ git config --global push.default simple
304303 # End ~/.bashrc
305304 EOF
306305
307-cat > /root/.bash_logout << "EOF"
306+cat > ~/.bash_logout << "EOF"
308307 # Begin ~/.bash_logout
309308 # Written for Beyond Linux From Scratch
310309 # by James Robertson <jameswrobertson@earthlink.net>
@@ -320,7 +319,6 @@ mkdir -pv /etc/skel
320319 cp /root/.bashrc /etc/skel
321320 cp /root/.bash_profile /etc/skel
322321 cp /root/.bash_logout /etc/skel
323-cp /root/.viminfo /etc/skel
324322
325323 cat > /etc/profile.d/50-multilib.sh << "EOF"
326324 # Begin /etc/profile.d/50-multilib.sh
--- a/BLFS/db.sh
+++ b/BLFS/db.sh
@@ -12,7 +12,7 @@ echo $TARGET
1212
1313 . $WRK/_checkRequired.sh ""
1414 . $WRK/_checkOptions.sh \
15- libnsl sharutils
15+ libnsl sharutils tcl
1616 . $WRK/_checkTarball.sh
1717 . $WRK/_checkExit.sh "$1" || exit $?
1818
--- a/BLFS/libcap.sh
+++ b/BLFS/libcap.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libcap
6-VER=2.67
6+VER=2.68
77 TARGET=$APPNAME-$VER
88 DLD=/mnt/lfs/download/LFS
99 TARGETBALL=$DLD/$APPNAME-$VER.tar.xz
--- a/BLFS/libnsl.sh
+++ b/BLFS/libnsl.sh
@@ -11,7 +11,7 @@ TARGETDIR=$TARGET
1111 echo $TARGET
1212
1313 . $WRK/_checkRequired.sh \
14- rpcsvc-proto libtirpc
14+ libtirpc
1515 . $WRK/_checkOptions.sh ""
1616 . $WRK/_checkTarball.sh
1717 . $WRK/_checkExit.sh "$1" || exit $?
--- a/BLFS/libprelude.sh
+++ b/BLFS/libprelude.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libprelude
6-VER=4.1.0
6+VER=5.2.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/nspr.sh
+++ b/BLFS/nspr.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=nspr
6-VER=4.32
6+VER=4.35
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -38,7 +38,7 @@ make \
3838 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3939
4040 Installing
41-porg -lp $TARGET "make install" \
41+porg -lp $TARGET -E$PWD "make install" \
4242 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4343
4444 TimeEnd
--- a/BLFS/nss.sh
+++ b/BLFS/nss.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=nss
6-VER=3.67
6+VER=3.89
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/nss-$VER.tar.gz
99 TARGETDIR=$TARGET
@@ -57,7 +57,7 @@ porg -lp+ $TARGET "\
5757 cp -v -RL {public,private}/nss/* /usr/include/nss" \
5858 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
5959
60-chmod 644 /usr/include/nss/*
60+#chmod 644 /usr/include/nss/*
6161
6262 porg -lp+ $TARGET "\
6363 install -v -m755 Linux*/bin/{certutil,nss-config,pk12util} /usr/bin" \
@@ -67,9 +67,9 @@ porg -lp+ $TARGET "\
6767 install -v -m644 Linux*/lib/pkgconfig/nss.pc /usr/lib/pkgconfig" \
6868 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
6969
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
7373
7474 TimeEnd
7575
--- a/BLFS/p11-kit.sh
+++ b/BLFS/p11-kit.sh
@@ -38,8 +38,8 @@ mkdir p11-build
3838 cd p11-build
3939
4040 #$([ ${OPTION_nss} -eq 1 ] && echo -Dhash_impl=freebl) \
41-Configuring
42-meson --prefix=/usr \
41+meson setup .. \
42+ --prefix=/usr \
4343 --buildtype=release \
4444 -Dtrust_paths=/etc/pki/anchors \
4545 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
--- a/BLFS/sqlite.sh
+++ b/BLFS/sqlite.sh
@@ -3,10 +3,10 @@
33 . ./_blfsset.sh
44
55 APPNAME=sqlite
6-VER=3.41.1
6+VER=3.41.2
77 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
1010
1111 echo $TARGET
1212