Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46974 invoked by uid 1010); 13 Nov 2003 14:19:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46870 invoked from network); 13 Nov 2003 14:19:25 -0000 Received: from unknown (HELO smtp3.pp.htv.fi) (213.243.153.173) by pb1.pair.com with SMTP; 13 Nov 2003 14:19:25 -0000 Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp3.pp.htv.fi (Postfix) with ESMTP id 4EA5127B2C4; Thu, 13 Nov 2003 16:19:25 +0200 (EET) Received: from [192.168.0.101] (cs181008.pp.htv.fi [213.243.181.8]) by posti.pp.htv.fi (8.11.1 (Revision 1.5+JAGae91741+JAGae92668) /8.11.1) with ESMTP id hADEJOS00397; Thu, 13 Nov 2003 16:19:24 +0200 (EET) Date: Thu, 13 Nov 2003 16:19:23 +0200 (EET) Reply-To: Jani Taskinen To: "Brian J. France" Cc: internals@lists.php.net In-Reply-To: <20031112231922275526.GyazMail.list@firehawksystems.com> Message-ID: References: <20031112231922275526.GyazMail.list@firehawksystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] patch review for acinclude.m4 From: sniper@iki.fi (Jani Taskinen) On Wed, 12 Nov 2003, Brian J. France wrote: >If there are no objections I plan on committing this tomorrow on both HEAD and >PHP_4_3 branches. This fixes the openssl FreeBSD problem I posted about >earlier. > >Is there a better way of fixing it? Yes, you shouldn't pollute LIBS like that. :) I committed a bit better fix for this. Hint: Don't compile extensions as shared..it really doesn't give you anything extra, just more problems like this. --Jani