• 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ão0f3c2c455670abad357cdc19a730039689474fb7 (tree)
Hora2012-04-30 21:20:13
Autormatsuand <matsuand@user...>
Commitermatsuand

Mensagem de Log

[BLFS] Updated gobject-introspection-1.32.1, and modified.

Mudança Sumário

Diff

--- a/BLFS/gobject-introspection.sh
+++ b/BLFS/gobject-introspection.sh
@@ -1,7 +1,6 @@
11 #!/bin/sh
22
3-VER=1.30.0
4-#VER=1.31.10
3+VER=1.32.1
54 TARGET=gobject-introspection-$VER
65 TARGETBALL=$TARGET.tar.xz
76 TARGETDIR=$TARGET
@@ -9,7 +8,7 @@ TARGETDIR=$TARGET
98 . ./_blfsset.sh
109
1110 echo Check Required...
12-./_checkRequired.sh glib-2 libffi python || exit 1
11+./_checkRequired.sh pkg-config || exit 1
1312 if test "$1" == "check"; then
1413 exit 0
1514 fi
@@ -28,10 +27,11 @@ cd $TARGETDIR
2827 #patch -Np1 -i $DLD/gobject-introspection.patch
2928
3029 echo \ \ Configuring...
31-CFLAGS+="-I/usr/include/glib-2.0 " \
32-GIO_UNIX_CFLAGS+="-I/usr/include/gio-unix-2.0 " \
30+#CFLAGS+="-I/usr/include/glib-2.0 " \
31+#GIO_UNIX_CFLAGS+="-I/usr/include/gio-unix-2.0 " \
3332 ./configure --prefix=/usr \
3433 --disable-tests \
34+ --disable-static \
3535 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3636
3737 echo \ \ Making...