diff options
-rw-r--r-- | lang/php5/Makefile | 1 | ||||
-rw-r--r-- | lang/php55/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 1461fac45f1a..22cdd9d460a1 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -142,6 +142,7 @@ CONFIGURE_ARGS+=--with-zend-vm=GOTO CONFIGURE_ENV+= ac_cv_pthreads_lib="" \ ac_cv_pthreads_cflags="" \ + ac_cv_decimal_fp_supported="no" \ pthreads_working="yes" \ lt_cv_path_SED="sed" diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 88a3d2c9d06f..9b30650401b7 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -142,6 +142,7 @@ CONFIGURE_ARGS+=--with-zend-vm=GOTO CONFIGURE_ENV+= ac_cv_pthreads_lib="" \ ac_cv_pthreads_cflags="" \ + ac_cv_decimal_fp_supported="no" \ pthreads_working="yes" \ lt_cv_path_SED="sed" |