• 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évisionfcbfb45e7f53f471c394c1b975a34c2f91dc5b0b (tree)
l'heure2022-06-10 11:27:22
Auteurmatsuand <30614168+matsuand@user...>
Commitermatsuand

Message de Log

[BLFS] Update gpgme-1.17.1.

Change Summary

Modification

--- a/BLFS/gpgme.sh
+++ b/BLFS/gpgme.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=gpgme
6-VER=1.16.0
6+VER=1.17.1
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
@@ -27,7 +27,10 @@ TimeStart
2727
2828 cd $TARGETDIR
2929
30-sed 's/defined(__sun.*$/1/' -i src/posix-io.c
30+sed -e 's/3\.9/3.10/' \
31+ -e 's/:3/:4/' \
32+ -e '23653 s/distutils"/setuptools"/' \
33+ -i configure
3134
3235 Configuring
3336 ./configure --prefix=/usr --disable-gpg-test \
@@ -37,7 +40,6 @@ Making
3740 make \
3841 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3942
40-PWD=`pwd`
4143 Installing
4244 porg -lp $TARGET -E$PWD "make install" \
4345 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1