修訂 | 5aea5467b38aec929acb3944dedf959fba858fc6 (tree) |
---|---|
時間 | 2012-03-04 09:15:13 |
作者 | root <root@LFS6...> |
Commiter | root |
[BLFS] Modified curl.sh, --with-ca-path added.
@@ -1,10 +1,10 @@ | ||
1 | 1 | #!/bin/sh |
2 | 2 | |
3 | -. ./_blfsset.sh | |
4 | - | |
5 | 3 | TARGET=cacerts |
6 | 4 | TARGETDIR=$TARGET |
7 | 5 | |
6 | +. ./_blfsset.sh | |
7 | + | |
8 | 8 | echo Check Required... |
9 | 9 | ./_checkRequired.sh openssl || exit 1 |
10 | 10 | if test "$1" == "check"; then |
@@ -37,6 +37,7 @@ cd $TARGETDIR | ||
37 | 37 | echo \ \ Configuring... |
38 | 38 | ./configure --prefix=/usr \ |
39 | 39 | $WITHSSH2 \ |
40 | + --with-ca-path=/etc/ssl/certs \ | |
40 | 41 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
41 | 42 | |
42 | 43 | echo \ \ Making... |