]> git.pld-linux.org Git - packages/php.git/commitdiff
- meta_ccld causes libtool problems and we probably don't need it
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2003 15:24:58 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-no-metaccld.patch -> 1.1

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..338ebd5
--- /dev/null
@@ -0,0 +1,31 @@
+--- php-4.3.2/configure.in.orig        Fri Jun 13 16:12:24 2003
++++ php-4.3.2/configure.in     Tue Jun 17 17:05:41 2003
+@@ -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
+@@ -1091,8 +1078,6 @@
+ test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
+ SHARED_LIBTOOL='$(LIBTOOL)'
+-CC=$old_CC
+-
+ PHP_CONFIGURE_PART(Generating files)
+ CXXFLAGS_CLEAN=$CXXFLAGS
This page took 0.055358 seconds and 4 git commands to generate.