• 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ónb939506a75528677c43c6d50c65f7b0f8b5561d9 (tree)
Tiempo2012-04-29 18:50:23
Autormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Modified pth.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/pth.sh
+++ b/BLFS/pth.sh
@@ -32,7 +32,8 @@ rm -fr $TARGETDIR
3232 cd $TARGETDIR
3333
3434 echo \ \ Configuring...
35-./configure --prefix=/usr \
35+sed -i 's#$(LOBJS): Makefile#$(LOBJS): pth_p.h Makefile#' Makefile.in
36+./configure --prefix=/usr --disable-static --mandir=/usr/share/man \
3637 $WITHDMALLOC \
3738 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3839