[PATCH] Portability fix for Solaris 10/x86
authorPatrick Mauritz <oxygene@studentenbude.ath.cx>
Mon, 5 Sep 2005 23:24:03 +0000 (01:24 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Sep 2005 05:08:28 +0000 (22:08 -0700)
* getdomainname unavailable there.
* needs -lsocket for linkage.
* needs __EXTENSIONS__ at the beginning of convert-objects.c

[JC: I've done this slightly differently from what Patrick originally
sent to the list and dropped the bit that deals with installations
that has curl header and library at non-default location. I am
resisting the slipperly slope called autoconf.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found