Magellan Linux

Diff of /branches/magellan-next/core/python/python-2.7.0-r4.smage2

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

revision 6329 by niro, Fri Aug 20 16:33:41 2010 UTC revision 6330 by niro, Fri Aug 20 16:35:19 2010 UTC
# Line 98  src_install() Line 98  src_install()
98   # remove hardcoded CFLAGS from default Makefile   # remove hardcoded CFLAGS from default Makefile
99   sed -i 's:^OPT=.*:OPT=-DNDEBUG:' ${BINDIR}/usr/$(mlibdir)/python${PVER%.*}/config/Makefile || die   sed -i 's:^OPT=.*:OPT=-DNDEBUG:' ${BINDIR}/usr/$(mlibdir)/python${PVER%.*}/config/Makefile || die
100    
101   if [[ $(ARCH) = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
102   then   then
103   # move config header   # move config header
104   all-abis mv -v ${BINDIR}/usr/include/python${PVER%.*}/pyconfig{,'${abi/m/}'}.h   all-abis mv -v ${BINDIR}/usr/include/python${PVER%.*}/pyconfig{,'${abi/m/}'}.h

Legend:
Removed from v.6329  
changed lines
  Added in v.6330