Magellan Linux

Diff of /smage/trunk/extras/php/php-5.4.45-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7079 by niro, Mon Sep 7 12:09:04 2015 UTC revision 7080 by niro, Mon Sep 7 12:15:36 2015 UTC
# Line 634  src_compile() Line 634  src_compile()
634   #   #
635    
636   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
637   current_run=fpm  # current_run=fpm
638   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}  # cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}
639   cd ${BUILDDIR}/build-${current_run}  # cd ${BUILDDIR}/build-${current_run}
640    #
641   mconfigure \  # mconfigure \
642   --srcdir=${SRCDIR} \  # --srcdir=${SRCDIR} \
643   ${php_base_config} \  # ${php_base_config} \
644   --enable-fpm \  # --enable-fpm \
645   --without-mysql \  # --without-mysql \
646   --disable-pdo \  # --disable-pdo \
647   ${php_disable_shared_extensions} \  # ${php_disable_shared_extensions} \
648   || die  # || die
649    
650  }  }
651    

Legend:
Removed from v.7079  
changed lines
  Added in v.7080