Magellan Linux

Diff of /trunk/extras/php/php-5.6.19-r1.smage2

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

revision 27527 by niro, Wed Mar 9 10:32:30 2016 UTC revision 27528 by niro, Wed Mar 9 10:35:38 2016 UTC
# Line 403  src_prepare() Line 403  src_prepare()
403    
404   # force use of system libtool   # force use of system libtool
405   mlibtoolize || die   mlibtoolize || die
   
  # bison-3.0 workaround  
  mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend || die  
406  }  }
407    
408  src_compile()  src_compile()
# Line 523  src_compile() Line 520  src_compile()
520   install -d ${BUILDDIR}/build-php   install -d ${BUILDDIR}/build-php
521   cd ${BUILDDIR}/build-php   cd ${BUILDDIR}/build-php
522   ln -snf ${SRCDIR}/configure   ln -snf ${SRCDIR}/configure
523     # bison-3.0 workaround
524     mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend || die
525    
526   mconfigure \   mconfigure \
527   --srcdir=${SRCDIR} \   --srcdir=${SRCDIR} \

Legend:
Removed from v.27527  
changed lines
  Added in v.27528