• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisiónd89d959ca5fe36f6966e6a4b153859512e3d4a22 (tree)
Tiempo2022-04-07 19:59:15
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update libnsl-2.0.0.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/libnsl.sh
+++ b/BLFS/libnsl.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libnsl
6-VER=1.3.0
6+VER=2.0.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -24,12 +24,9 @@ TimeStart
2424
2525 cd $TARGETDIR
2626
27-echo Autoreconfing...
28-autoreconf -fi \
29- 1> $LOG/$TARGET.0_auto.log 2>&1 || exit 1
30-
3127 Configuring
3228 ./configure --sysconfdir=/etc \
29+ --disable-static \
3330 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3431
3532 Making
@@ -37,16 +34,9 @@ make \
3734 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3835
3936 Installing
40-porg -lp $TARGET "make install" \
37+porg -lp $TARGET -E$PWD "make install" \
4138 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4239
43-porg -lp+ $TARGET "\
44-mv /usr/lib/libnsl.so.2* /lib" \
45- 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
46-porg -lp+ $TARGET "\
47-ln -sfv ../../lib/libnsl.so.2.0.1 /usr/lib/libnsl.so" \
48- 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
49-
5040 TimeEnd
5141
5242 cd ..