リビジョン | 0f3c2c455670abad357cdc19a730039689474fb7 (tree) |
---|---|
日時 | 2012-04-30 21:20:13 |
作者 | matsuand <matsuand@user...> |
コミッター | matsuand |
[BLFS] Updated gobject-introspection-1.32.1, and modified.
@@ -1,7 +1,6 @@ | ||
1 | 1 | #!/bin/sh |
2 | 2 | |
3 | -VER=1.30.0 | |
4 | -#VER=1.31.10 | |
3 | +VER=1.32.1 | |
5 | 4 | TARGET=gobject-introspection-$VER |
6 | 5 | TARGETBALL=$TARGET.tar.xz |
7 | 6 | TARGETDIR=$TARGET |
@@ -9,7 +8,7 @@ TARGETDIR=$TARGET | ||
9 | 8 | . ./_blfsset.sh |
10 | 9 | |
11 | 10 | echo Check Required... |
12 | -./_checkRequired.sh glib-2 libffi python || exit 1 | |
11 | +./_checkRequired.sh pkg-config || exit 1 | |
13 | 12 | if test "$1" == "check"; then |
14 | 13 | exit 0 |
15 | 14 | fi |
@@ -28,10 +27,11 @@ cd $TARGETDIR | ||
28 | 27 | #patch -Np1 -i $DLD/gobject-introspection.patch |
29 | 28 | |
30 | 29 | 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 " \ | |
33 | 32 | ./configure --prefix=/usr \ |
34 | 33 | --disable-tests \ |
34 | + --disable-static \ | |
35 | 35 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
36 | 36 | |
37 | 37 | echo \ \ Making... |