• 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ón644845bc8275a304be8effe94f5410a4ecea2da9 (tree)
Tiempo2022-06-09 10:56:45
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update lmdb-0.9.29 and modify.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/lmdb.sh
+++ b/BLFS/lmdb.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=lmdb
6-VER=0.9.28
6+VER=0.9.29
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/LMDB_$VER.tar.gz
99 TARGETDIR=$APPNAME-LMDB_$VER
@@ -31,7 +31,7 @@ make \
3131
3232 sed -i 's| liblmdb.a||' Makefile
3333 Installing
34-porg -lp $TARGET "make prefix=/usr install" \
34+porg -lp $TARGET -E$PWD "make prefix=/usr install" \
3535 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
3636
3737 TimeEnd