From: Jonathan Nieder <jrnieder@gmail.com>
To: Lars Buitinck <larsmans@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git build failure with libssl (OpenSSL) in custom directory
Date: Thu, 18 Nov 2010 11:49:21 -0600 [thread overview]
Message-ID: <20101118174921.GD16610@burratino> (raw)
In-Reply-To: <AANLkTikQC9hncPZkeScWi7OsWw+Optbvxaygyn1p7_sN@mail.gmail.com>
Hi Lars,
Lars Buitinck wrote:
> CPPFLAGS=-I$HOME/apps/include LDFLAGS=-L$HOME/apps/lib make
> prefix=$HOME/apps all doc info
How about
prefix=$HOME/apps
make CPPFLAGS=-I$prefix/include LDFLAGS=-L$prefix/lib prefix=$prefix \
all doc info
?
next prev parent reply other threads:[~2010-11-18 17:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-18 17:37 git build failure with libssl (OpenSSL) in custom directory Lars Buitinck
2010-11-18 17:49 ` Jonathan Nieder [this message]
2010-11-18 18:04 ` Lars Buitinck
2010-11-18 18:24 ` Jonathan Nieder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101118174921.GD16610@burratino \
--to=jrnieder@gmail.com \
--cc=git@vger.kernel.org \
--cc=larsmans@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).