• 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ón1a53b885aab533765367be9c10fa579c36bc9d30 (tree)
Tiempo2012-09-01 17:20:45
Autormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Updated webkit-1.8.2.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/webkit-withGTK3.sh
+++ b/BLFS/webkit-withGTK3.sh
@@ -1,6 +1,6 @@
11 #!/bin/sh
22
3-VER=1.8.1
3+VER=1.8.2
44 TARGET=webkit-$VER
55 TARGETBALL=$TARGET.tar.xz
66 TARGETDIR=$TARGET
@@ -28,9 +28,13 @@ cd $TARGETDIR
2828
2929 sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in
3030
31+echo \ \ Patching...
32+patch -Np1 -i $DLD/webkitgtk-$VER-bison-1.patch \
33+ 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
34+
3135 echo \ \ Configuring...
32-LDFLAGS="-L/usr/X11/lib " \
3336 ./configure --prefix=/usr \
37+ --libexecdir=/usr/lib/WebKit \
3438 --enable-introspection \
3539 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3640