cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: use of $prefix/share instead of $datadir for ca path

From: Roth, Kevin P. <KPRoth_at_MarathonOil.com>
Date: Thu, 3 Oct 2002 10:11:37 -0400

If datadir='${prefix}/share' by default, then shouldn't it be:

+ ca="$datadir/curl/curl-ca-bundle.crt"

??

--Kevin

-----Original Message-----
From: Albert Chin [mailto:curl-users_at_lists.thewrittenword.com]
Sent: Thursday, October 03, 2002 10:06 AM

1. Don't assume --datadir=$prefix/share. I haven't tested this change.
   I know datadir='${prefix}/share' by default so don't know if the
   '${prefix}' will mess up future use of ca.

--- configure.in.orig Thu Oct 3 08:31:42 2002
+++ configure.in Thu Oct 3 09:00:50 2002
- ca="$prefix/share/curl/curl-ca-bundle.crt"
+ ca="$datadir/curl-ca-bundle.crt"

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-10-03