Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14745 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94582 invoked by uid 1010); 9 Feb 2005 10:59:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94567 invoked from network); 9 Feb 2005 10:59:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2005 10:59:26 -0000 X-Host-Fingerprint: 66.187.233.31 mx1.redhat.com Linux 2.4/2.6 Received: from ([66.187.233.31:53145] helo=mx1.redhat.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 9E/30-24923-D0DE9024 for ; Wed, 09 Feb 2005 05:59:25 -0500 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j19AxNsG006825 for ; Wed, 9 Feb 2005 05:59:23 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j19AxMO29682 for ; Wed, 9 Feb 2005 05:59:22 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j19AxLKx004673 for ; Wed, 9 Feb 2005 10:59:21 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j19AxK4n004672 for internals@lists.php.net; Wed, 9 Feb 2005 10:59:20 GMT Date: Wed, 9 Feb 2005 10:59:20 +0000 To: internals@lists.php.net Message-ID: <20050209105920.GA3959@redhat.com> Mail-Followup-To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [PATCH] install ext/gd headers From: jorton@redhat.com (Joe Orton) We had a request to install the ext/gd headers, which are needed to compile the pdflib extension. Any objections? I've tested this to at least build the PECL pdflib module. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=145891 Index: scripts/Makefile.frag =================================================================== RCS file: /repository/php-src/scripts/Makefile.frag,v retrieving revision 1.14 diff -u -r1.14 Makefile.frag --- scripts/Makefile.frag 20 Jan 2005 01:41:20 -0000 1.14 +++ scripts/Makefile.frag 9 Feb 2005 10:56:46 -0000 @@ -38,6 +38,8 @@ main/ \ main/streams/ \ regex/ \ + ext/gd/ \ + ext/gd/libgd/ \ ext/iconv/ \ ext/libxml/ \ ext/standard/ \