• 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

Revisiona3549d1bd361f41dee46ca08c0fbafd70d4da8c3 (tree)
Time2022-06-09 10:55:37
Authormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update libxml2-2.9.14.

Change Summary

Incremental Difference

--- a/BLFS/libxml2.sh
+++ b/BLFS/libxml2.sh
@@ -3,9 +3,9 @@
33 . ./_blfsset.sh
44
55 APPNAME=libxml2
6-VER=2.9.12
6+VER=2.9.14
77 TARGET=$APPNAME-$VER
8-TARGETBALL=$DLD/$TARGET.tar.gz
8+TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
1010
1111 echo $TARGET
@@ -35,6 +35,7 @@ Configuring
3535 --disable-static \
3636 --with-history \
3737 --with-python=/usr/bin/python3 \
38+ --docdir=/usr/share/doc/libxml2-$VER \
3839 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3940
4041 Making