diff options
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index db9c68378afb..e20c6fa6fce3 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -132,7 +132,8 @@ CONFIGURE_ARGS+=--with-zend-vm=GOTO CONFIGURE_ENV+= ac_cv_pthreads_lib=${PTHREAD_LIBS} \ ac_cv_pthreads_cflags=${PTHREAD_CFLAGS} \ - pthreads_working="yes" + pthreads_working="yes" \ + lt_cv_path_SED="sed" MAKE_ENV+= LDFLAGS="${LDFLAGS}" |