• 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

Revisãode0f91c58cf78e4ec17772d87f1fd44eaf8175f1 (tree)
Hora2012-04-29 22:17:57
Autormatsuand <matsuand@user...>
Commitermatsuand

Mensagem de Log

[BLFS] Updated glib2-32.1, and modified.

Mudança Sumário

Diff

--- a/BLFS/glib2.sh
+++ b/BLFS/glib2.sh
@@ -2,8 +2,7 @@
22
33 . ./_blfsset.sh
44
5-#VER=2.31.18
6-VER=2.31.20
5+VER=2.32.1
76 LIBFIIVER=3.0.10
87 TARGET=glib-$VER
98 TARGETBALL=$TARGET.tar.xz
@@ -28,7 +27,7 @@ cd $TARGETDIR
2827
2928 echo \ \ Configuring...
3029 PCRE_LIBS=-lpcre PCRE_CFLAGS=" " \
31-LIBFFI_LIBS=-lffi LIBFFI_CFLAGS=-I/usr/lib/libffi-$LIBFIIVER/include \
30+LIBFFI_LIBS=-lffi LIBFFI_CFLAGS=" " \
3231 ./configure --prefix=/usr --sysconfdir=/etc --with-pcre=system \
3332 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3433