diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-09 14:29:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-09 14:29:13 +0000 |
commit | 81324366be728872aa7f35e233f093bdb7ae4e1d (patch) | |
tree | 7978cfb28e8a9f1e503f75b907454a636a3460ac /lang | |
parent | 7334d0b764896320b5efe5d0bb75effec75fd39d (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php55/Makefile.ext | 6 | ||||
-rw-r--r-- | lang/php56/Makefile.ext | 6 | ||||
-rw-r--r-- | lang/php70/Makefile.ext | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index b834be078ef6..0087da08853b 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -300,9 +300,6 @@ CONFIGURE_ARGS+=--enable-posix LIB_DEPENDS+= libaspell.so:textproc/aspell CONFIGURE_ARGS+=--with-pspell=${LOCALBASE} - -# Ugly hack to load session before psell to avoid crashes -USE_PHP= session:build .endif .if ${PHP_MODNAME} == "readline" @@ -318,6 +315,7 @@ CONFIGURE_ARGS+=--with-recode=${LOCALBASE} .if ${PHP_MODNAME} == "session" CONFIGURE_ARGS+=--enable-session +PHP_MOD_PRIO= 18 .endif .if ${PHP_MODNAME} == "shmop" @@ -349,8 +347,6 @@ CONFIGURE_ARGS+=--enable-soap \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 - -USE_PHP= session:build .endif .if ${PHP_MODNAME} == "sockets" diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 266b508ef208..9957c30b7fbc 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -300,9 +300,6 @@ CONFIGURE_ARGS+=--enable-posix LIB_DEPENDS+= libaspell.so:textproc/aspell CONFIGURE_ARGS+=--with-pspell=${LOCALBASE} - -# Ugly hack to load session before psell to avoid crashes -USE_PHP= session:build .endif .if ${PHP_MODNAME} == "readline" @@ -318,6 +315,7 @@ CONFIGURE_ARGS+=--with-recode=${LOCALBASE} .if ${PHP_MODNAME} == "session" CONFIGURE_ARGS+=--enable-session +PHP_MOD_PRIO= 18 .endif .if ${PHP_MODNAME} == "shmop" @@ -349,8 +347,6 @@ CONFIGURE_ARGS+=--enable-soap \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 - -USE_PHP= session:build .endif .if ${PHP_MODNAME} == "sockets" diff --git a/lang/php70/Makefile.ext b/lang/php70/Makefile.ext index 51182856614e..3104bd2696e9 100644 --- a/lang/php70/Makefile.ext +++ b/lang/php70/Makefile.ext @@ -292,9 +292,6 @@ CONFIGURE_ARGS+=--enable-posix LIB_DEPENDS+= libaspell.so:textproc/aspell CONFIGURE_ARGS+=--with-pspell=${LOCALBASE} - -# Ugly hack to load session before psell to avoid crashes -USE_PHP= session:build .endif .if ${PHP_MODNAME} == "readline" @@ -310,6 +307,7 @@ CONFIGURE_ARGS+=--with-recode=${LOCALBASE} .if ${PHP_MODNAME} == "session" CONFIGURE_ARGS+=--enable-session +PHP_MOD_PRIO= 18 .endif .if ${PHP_MODNAME} == "shmop" @@ -341,8 +339,6 @@ CONFIGURE_ARGS+=--enable-soap \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 - -USE_PHP= session:build .endif .if ${PHP_MODNAME} == "sockets" |