Revisión | b939506a75528677c43c6d50c65f7b0f8b5561d9 (tree) |
---|---|
Tiempo | 2012-04-29 18:50:23 |
Autor | matsuand <matsuand@user...> |
Commiter | matsuand |
[BLFS] Modified pth.
@@ -32,7 +32,8 @@ rm -fr $TARGETDIR | ||
32 | 32 | cd $TARGETDIR |
33 | 33 | |
34 | 34 | 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 \ | |
36 | 37 | $WITHDMALLOC \ |
37 | 38 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
38 | 39 |