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:
parent
b53e33baef
commit
15dcfd44af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185471
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user