• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂5aea5467b38aec929acb3944dedf959fba858fc6 (tree)
時間2012-03-04 09:15:13
作者root <root@LFS6...>
Commiterroot

Log Message

[BLFS] Modified curl.sh, --with-ca-path added.

Change Summary

差異

--- a/BLFS/cacerts.sh
+++ b/BLFS/cacerts.sh
@@ -1,10 +1,10 @@
11 #!/bin/sh
22
3-. ./_blfsset.sh
4-
53 TARGET=cacerts
64 TARGETDIR=$TARGET
75
6+. ./_blfsset.sh
7+
88 echo Check Required...
99 ./_checkRequired.sh openssl || exit 1
1010 if test "$1" == "check"; then
--- a/BLFS/curl.sh
+++ b/BLFS/curl.sh
@@ -37,6 +37,7 @@ cd $TARGETDIR
3737 echo \ \ Configuring...
3838 ./configure --prefix=/usr \
3939 $WITHSSH2 \
40+ --with-ca-path=/etc/ssl/certs \
4041 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
4142
4243 echo \ \ Making...