Magellan Linux

Diff of /branches/R11-stable/extras/php/php-5.4.19-r1.smage2

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

revision 19540 by niro, Thu Sep 19 13:04:51 2013 UTC revision 19541 by niro, Thu Sep 19 13:19:51 2013 UTC
# Line 108  SRC_URI=( Line 108  SRC_URI=(
108   http://de2.php.net/distributions/${SRCFILE}   http://de2.php.net/distributions/${SRCFILE}
109   http://us2.php.net/distributions/${SRCFILE}   http://us2.php.net/distributions/${SRCFILE}
110   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
111     mirror://${PNAME}/${PNAME}-${PVER}-db6.patch
112   mirror://${PNAME}/${PNAME}-5.2.4-multilib.patch   mirror://${PNAME}/${PNAME}-5.2.4-multilib.patch
113   mirror://${PNAME}/${PNAME}-5.2.3-httpd-config.patch   mirror://${PNAME}/${PNAME}-5.2.3-httpd-config.patch
114   mirror://${PNAME}/php5_module.conf   mirror://${PNAME}/php5_module.conf
# Line 362  src_prepare() Line 363  src_prepare()
363   # version branding   # version branding
364   sed -i "s:^\(EXTRA_VERSION=\).*:\1-magellan-${PBUILD}:" configure.in || die   sed -i "s:^\(EXTRA_VERSION=\).*:\1-magellan-${PBUILD}:" configure.in || die
365    
366     # support >= db-6.0
367     # see for more issues: https://bugs.php.net/bug.php?id=65426
368     mpatch ${PNAME}-${PVER}-db6.patch || die
369    
370   # fixes multilib search pathes   # fixes multilib search pathes
371   mpatch ${PNAME}-5.2.4-multilib.patch || die   mpatch ${PNAME}-5.2.4-multilib.patch || die
372    
# Line 424  src_compile() Line 429  src_compile()
429   --with-curl=shared \   --with-curl=shared \
430   --with-curlwrappers \   --with-curlwrappers \
431   --enable-dba=shared \   --enable-dba=shared \
432   --with-db4=shared,/usr \   --with-db4=shared \
433   --with-mysql=shared \   --with-mysql=shared \
434   --with-mysqli=shared \   --with-mysqli=shared \
435   --with-unixODBC=shared,/usr \   --with-unixODBC=shared,/usr \

Legend:
Removed from v.19540  
changed lines
  Added in v.19541