From 2a4d257a90935a986e5556b18fb9ce8a141808b6 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 8 Dec 2008 17:20:24 +0000 Subject: [PATCH] - oops, readded Changed files: php-no-metaccld.patch -> 1.4 --- php-no-metaccld.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 php-no-metaccld.patch diff --git a/php-no-metaccld.patch b/php-no-metaccld.patch new file mode 100644 index 0000000..8548c31 --- /dev/null +++ b/php-no-metaccld.patch @@ -0,0 +1,31 @@ +--- php-5.2.7/configure.in~ 2008-12-05 12:58:17.000000000 +0200 ++++ php-5.2.7/configure.in 2008-12-05 13:00:02.247644045 +0200 +@@ -1053,19 +1053,6 @@ + PHP_SUBST_OLD(YACC) + PHP_SUBST_OLD(SHLIB_SUFFIX_NAME) + +-old_CC=$CC +- +-if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then +- CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags" +- INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags" +- cat >meta_ccld<