Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41981 invoked by uid 1010); 18 Jul 2004 12:58:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41946 invoked from network); 18 Jul 2004 12:58:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by pb1.pair.com with SMTP; 18 Jul 2004 12:58:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6ICwIe1001091 for ; Sun, 18 Jul 2004 08:58:18 -0400 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 i6ICwIa32529 for ; Sun, 18 Jul 2004 08:58:18 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id i6ICwG7m016895 for ; Sun, 18 Jul 2004 13:58:17 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id i6ICwG8g016894 for internals@lists.php.net; Sun, 18 Jul 2004 13:58:16 +0100 Date: Sun, 18 Jul 2004 13:58:16 +0100 To: internals@lists.php.net Message-ID: <20040718125816.GA16884@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] mbstring VPATH build fix for 5.0 From: jorton@redhat.com (Joe Orton) Index: ext/mbstring/config.m4 =================================================================== RCS file: /repository/php-src/ext/mbstring/config.m4,v retrieving revision 1.51 diff -u -r1.51 config.m4 --- ext/mbstring/config.m4 10 Jun 2004 14:06:17 -0000 1.51 +++ ext/mbstring/config.m4 18 Jul 2004 12:56:42 -0000 @@ -84,6 +84,7 @@ PHP_MBSTRING_ADD_CFLAG([-DNOT_RUBY]) PHP_MBSTRING_ADD_BUILD_DIR([oniguruma]) + PHP_MBSTRING_ADD_BUILD_DIR([oniguruma/enc]) PHP_MBSTRING_ADD_INCLUDE([oniguruma]) PHP_MBSTRING_ADD_CONFIG_HEADER([oniguruma/config.h])