1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00

Add an hack to avoid segmentation fault caused by session module loaded

after pspell module.
This commit is contained in:
Alex Dupre 2007-02-18 19:58:54 +00:00
parent b53e33baef
commit 15dcfd44af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185471
2 changed files with 8 additions and 0 deletions

View File

@ -322,6 +322,10 @@ CONFIGURE_ARGS+=--enable-posix
LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+=--with-pspell=${LOCALBASE}
# Ugly hack to load session before psell to avoid crashes
USE_PHP= session
USE_PHP_BUILD= yes
.endif
.if ${PHP_MODNAME} == "readline"

View File

@ -322,6 +322,10 @@ CONFIGURE_ARGS+=--enable-posix
LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+=--with-pspell=${LOCALBASE}
# Ugly hack to load session before psell to avoid crashes
USE_PHP= session
USE_PHP_BUILD= yes
.endif
.if ${PHP_MODNAME} == "readline"