From f12d3a0ccb6b5f12408152f1e699e0d91ebfe909 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Sat, 6 May 2006 13:26:49 +0000 Subject: Simplify PHP base ports infrastructure: - remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me). --- lang/php5/files/patch-TSRM_threads.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/php5/files/patch-TSRM_threads.m4 (limited to 'lang/php5/files/patch-TSRM_threads.m4') diff --git a/lang/php5/files/patch-TSRM_threads.m4 b/lang/php5/files/patch-TSRM_threads.m4 new file mode 100644 index 000000000000..6208eac7f79c --- /dev/null +++ b/lang/php5/files/patch-TSRM_threads.m4 @@ -0,0 +1,11 @@ +--- TSRM/threads.m4.orig Wed Apr 27 15:22:18 2005 ++++ TSRM/threads.m4 Wed May 3 10:02:34 2006 +@@ -164,7 +164,7 @@ + dnl + AC_DEFUN([PTHREADS_ASSIGN_VARS],[ + if test -n "$ac_cv_pthreads_lib"; then +- LIBS="$LIBS -l$ac_cv_pthreads_lib" ++ LIBS="$LIBS $ac_cv_pthreads_lib" + fi + + if test -n "$ac_cv_pthreads_cflags"; then -- cgit v1.2.3