Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2006 13:52:48 +0800
From:      "Vanilla I. Shu" <vanilla@fatpipi.cirx.org>
To:        ale@freebsd.org
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/textproc/pecl-ctemplate Makefile
Message-ID:  <20061021055248.GA30869@fatpipi.cirx.org>
In-Reply-To: <200610210306.k9L36R55036628@repoman.freebsd.org>
References:  <200610210306.k9L36R55036628@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 21, 2006 at 03:06:27AM +0000, Kris Kennaway wrote:

Dear Alex:

Could you help me to check this?

pecl-ctemplate could not compile after php integrate with suhosin
default.

here is some quick hack to make it compileable,

could you check it? thanks.


--- Zend/zend_compile.h.orig	Sat Oct 21 13:48:41 2006
+++ Zend/zend_compile.h	Sat Oct 21 13:48:56 2006
@@ -562,8 +562,8 @@
 int zendlex(znode *zendlval TSRMLS_DC);
 
 #if SUHOSIN_PATCH
-void *suhosin_zend_destroy_property_info_internal;
-void *suhosin_zend_destroy_property_info;
+extern void *suhosin_zend_destroy_property_info_internal;
+extern void *suhosin_zend_destroy_property_info;
 #endif
 
 /* BEGIN: OPCODES */
> kris        2006-10-21 03:06:27 UTC
>   FreeBSD ports repository
> 
>   Modified files:
>     textproc/pecl-ctemplate Makefile 
>   Log:
>   BROKEN: Does not build
>   
>   Approved by:    portmgr (self)
>   
>   Revision  Changes    Path
>   1.10      +2 -0      ports/textproc/pecl-ctemplate/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061021055248.GA30869>