Magellan Linux

Diff of /trunk/extras/apache2-mod_python/apache2-mod_python-3.3.1-r5.smage2

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

revision 4248 by niro, Tue Dec 1 08:19:28 2009 UTC revision 4249 by niro, Tue Dec 1 08:25:19 2009 UTC
# Line 20  SRC_URI=( Line 20  SRC_URI=(
20   http://www.apache.org/dist/httpd/modpython/${SRCFILE}   http://www.apache.org/dist/httpd/modpython/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${PNAME}-${PVER}-magellan.patch   mirror://${PNAME}/${PNAME}-${PVER}-magellan.patch
23     mirror://${PNAME}/${PNAME}-${PVER}-apr_brigade_sentinel.patch
24     mirror://${PNAME}/${PNAME}-${PVER}-apache-2.4.patch
25  )  )
26    
27  UP2DATE="updatecmd 'http://www.apache.org/dist/httpd/modpython/?C=M;O=D' | lasttarball tgz"  UP2DATE="updatecmd 'http://www.apache.org/dist/httpd/modpython/?C=M;O=D' | lasttarball tgz"
# Line 31  src_prepare() Line 33  src_prepare()
33    
34   # fix apache binary search path on magellan   # fix apache binary search path on magellan
35   mpatch ${PNAME}-${PVER}-magellan.patch || die   mpatch ${PNAME}-${PVER}-magellan.patch || die
36    
37     # fix an build error
38     mirror://${PNAME}/${PNAME}-${PVER}-apr_brigade_sentinel.patch
39    
40     # fix build against newer apache
41     mirror://${PNAME}/${PNAME}-${PVER}-apache-2.4.patch
42    
43   autoreconf --install --force || die   autoreconf --install --force || die
44  }  }

Legend:
Removed from v.4248  
changed lines
  Added in v.4249