]> git.pld-linux.org Git - packages/php4.git/commitdiff
- oops, readded auto/ac/php-5_2_8-1 auto/ac/php-5_2_8-2 auto/th/php-5_2_8-1 auto/ti/php-5_2_8-1 auto/ti/php-5_2_8-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Dec 2008 17:20:24 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-no-metaccld.patch -> 1.4

php-no-metaccld.patch [new file with mode: 0644]

diff --git a/php-no-metaccld.patch b/php-no-metaccld.patch
new file mode 100644 (file)
index 0000000..8548c31
--- /dev/null
@@ -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<<EOF
+-#! /bin/sh
+-exec $CC $ac_cv_pthreads_cflags \$@
+-EOF
+-  CC="$abs_builddir/meta_ccld"
+-  chmod +x meta_ccld
+-fi
+-
+ dnl This will go away, if we have a facility to run per-extension code
+ dnl after the thread_safety decision was done
+ if test "$PHP_THREAD_SAFETY" = "yes" && test "$PHP_MYSQL" = "yes"; then
+@@ -1310,8 +1310,6 @@
+ test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
+ SHARED_LIBTOOL='$(LIBTOOL)'
+-CC=$old_CC
+-
+ dnl Finish the Darwin hack
+ if test "$php_did_darwin9_cheat" -eq 1; then
+   if test "$PHP_DEBUG" = "yes"; then
This page took 0.21541 seconds and 4 git commands to generate.