From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dennis Stosberg Subject: Re: [PATCH] "test" in Solaris' /bin/sh does not support -e Date: Tue, 27 Jun 2006 00:25:52 +0200 Message-ID: <20060626222552.G4c7c6c98@leonov.stosberg.net> References: <20060625014703.29304.12715.stgit@machine.or.cz> <7vk676orjy.fsf@assigned-by-dhcp.cox.net> <20060626082428.G52c9608e@leonov.stosberg.net> <20060626082754.G6ec0a61e@leonov.stosberg.net> <7vwtb4i89d.fsf@assigned-by-dhcp.cox.net> <20060626094211.G3b49c5c3@leonov.stosberg.net> <20060626100402.G5761a3ea@leonov.stosberg.net> <7vd5cvj1d0.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Jun 27 00:26:01 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FuzWq-0002YJ-GI for gcvg-git@gmane.org; Tue, 27 Jun 2006 00:26:00 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933096AbWFZWZ4 (ORCPT ); Mon, 26 Jun 2006 18:25:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933097AbWFZWZ4 (ORCPT ); Mon, 26 Jun 2006 18:25:56 -0400 Received: from ncs.stosberg.net ([89.110.145.104]:11751 "EHLO ncs.stosberg.net") by vger.kernel.org with ESMTP id S933096AbWFZWZz (ORCPT ); Mon, 26 Jun 2006 18:25:55 -0400 Received: from leonov.stosberg.net (p213.54.83.220.tisdip.tiscali.de [213.54.83.220]) by ncs.stosberg.net (Postfix) with ESMTP id 60654AEBA065; Tue, 27 Jun 2006 00:25:42 +0200 (CEST) Received: by leonov.stosberg.net (Postfix, from userid 500) id 053BE110CF0; Tue, 27 Jun 2006 00:25:52 +0200 (CEST) To: Junio C Hamano Content-Disposition: inline In-Reply-To: <7vd5cvj1d0.fsf@assigned-by-dhcp.cox.net> OpenPGP: id=1B2F2863BA13A814C3B133DACC2811F494951CAB; url=http://stosberg.net/dennis.asc User-Agent: mutt-ng/devel-r802 (Debian) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano wrote: > Which means this in pb/gitpm topic needs further changes, > perhaps. Indeed. The second patch makes it possible to give additional CFLAGS and LDFLAGS for compiling the perl module. Otherwise the compiler may not be able to find headers and libraries for curl, expat and openssl. This is needed on Solaris where these libraries will usually be in paths like /usr/local or /opt/gnu. With the patch Pasky started this thread with, the four patches I sent earlier and these last two patches the pu branch compiles, tests and installs cleanly on Solaris 9, both with Sun CC 5.8 and GCC 4.1.1. Regards, Dennis