]> git.pld-linux.org Git - packages/php.git/blame - php-no-metaccld.patch
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / php-no-metaccld.patch
CommitLineData
bb78590c
JB
1--- php-5.2.7/configure.in~ 2008-12-05 12:58:17.000000000 +0200
2+++ php-5.2.7/configure.in 2008-12-05 13:00:02.247644045 +0200
3@@ -1053,19 +1053,6 @@
4 PHP_SUBST_OLD(YACC)
5 PHP_SUBST_OLD(SHLIB_SUFFIX_NAME)
6
7-old_CC=$CC
8-
9-if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
10- CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"
11- INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags"
12- cat >meta_ccld<<EOF
13-#! /bin/sh
14-exec $CC $ac_cv_pthreads_cflags \$@
15-EOF
16- CC="$abs_builddir/meta_ccld"
17- chmod +x meta_ccld
18-fi
19-
20 dnl This will go away, if we have a facility to run per-extension code
21 dnl after the thread_safety decision was done
22 if test "$PHP_THREAD_SAFETY" = "yes" && test "$PHP_MYSQL" = "yes"; then
23@@ -1310,8 +1310,6 @@
24 test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
25 SHARED_LIBTOOL='$(LIBTOOL)'
26
27-CC=$old_CC
28-
c3e6a92d
AG
29 PHP_CONFIGURE_PART(Generating files)
30
31 CXXFLAGS_CLEAN=$CXXFLAGS
This page took 0.030411 seconds and 4 git commands to generate.