git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lars Buitinck <larsmans@gmail.com>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git build failure with libssl (OpenSSL) in custom directory
Date: Thu, 18 Nov 2010 19:04:00 +0100	[thread overview]
Message-ID: <AANLkTikZBcmbFoCmqT-eorGm3R0YYjkzotc414w_PHyd@mail.gmail.com> (raw)
In-Reply-To: <20101118174921.GD16610@burratino>

Yes, that works fine with LDFLAGS= in the Makefile. Is this just a
lack of Makefile-fu on my part?

2010/11/18 Jonathan Nieder <jrnieder@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
>
> ?
>

  reply	other threads:[~2010-11-18 18:04 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
2010-11-18 18:04   ` Lars Buitinck [this message]
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=AANLkTikZBcmbFoCmqT-eorGm3R0YYjkzotc414w_PHyd@mail.gmail.com \
    --to=larsmans@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jrnieder@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).