From: merlyn@stonehenge.com (Randal L. Schwartz)
To: Paul Collins <paul@briny.ondioline.org>
Cc: Junio C Hamano <junkio@cox.net>, git@vger.kernel.org
Subject: Re: What's in git.git tonight
Date: 06 Nov 2005 04:33:07 -0800 [thread overview]
Message-ID: <86u0eqrm64.fsf@blue.stonehenge.com> (raw)
In-Reply-To: <868xw2t1vg.fsf@blue.stonehenge.com>
>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:
Randal> As a separate problem, why make git depend on expat if the only part
Randal> of this is for DAV pushing? Can http-push simply refuse DAV URLs if
Randal> built without expat?
Ignore that. Yes, defining "NO_EXPAT" is enough. Didn't notice that there.
And, I've confirmed that this patch does the trick, and will probably
defer any other issues with "optional" packages in the future:
diff --git a/Makefile b/Makefile
index 6f9b0d1..f89e0bd 100644
--- a/Makefile
+++ b/Makefile
@@ -185,6 +185,10 @@ uname_O := $(shell sh -c 'uname -o 2>/de
ifeq ($(uname_S),Darwin)
NEEDS_SSL_WITH_CRYPTO = YesPlease
NEEDS_LIBICONV = YesPlease
+ ## fink
+ ALL_CFLAGS += -I/sw/include -L/sw/lib
+ ## darwinports
+ ALL_CFLAGS += -I/opt/local/include -L/opt/local/lib
endif
ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease
Note that whitespace may have been eaten... this was a cut-n-paste.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
next prev parent reply other threads:[~2005-11-06 12:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-06 10:00 What's in git.git tonight Junio C Hamano
2005-11-06 10:54 ` Randal L. Schwartz
2005-11-06 11:57 ` Paul Collins
2005-11-06 12:08 ` Randal L. Schwartz
2005-11-06 12:33 ` Randal L. Schwartz [this message]
2005-11-06 18:47 ` Junio C Hamano
2005-11-06 21:07 ` Paul Collins
2005-11-06 12:11 ` Marco Roeland
2005-11-06 12:24 ` Randal L. Schwartz
2005-11-06 12:46 ` Johannes Schindelin
-- strict thread matches above, loose matches on Subject: below --
2005-12-17 9:37 Junio C Hamano
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=86u0eqrm64.fsf@blue.stonehenge.com \
--to=merlyn@stonehenge.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=paul@briny.ondioline.org \
/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).