Magellan Linux

Diff of /trunk/core/libidn/libidn-1.11-r1.smage2

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

revision 376 by niro, Tue Dec 23 23:36:40 2008 UTC revision 405 by niro, Wed Dec 24 10:36:07 2008 UTC
# Line 29  src_compile() Line 29  src_compile()
29  {  {
30   cd ${SRCDIR}   cd ${SRCDIR}
31    
32   # fix compile issues -> chost != build produces breaks the build   # fix compile issues -> chost != build breaks the build
33   mconfigure --build=${CHOST} --host=${CHOST} || die   mconfigure --build=${CHOST} --host=${CHOST} || die
34   mmake || die   mmake || die
35  }  }

Legend:
Removed from v.376  
changed lines
  Added in v.405