Magellan Linux

Diff of /trunk/extras/json-c/json-c-0.12.1-r1.smage2

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

revision 28281 by niro, Tue Jun 28 13:27:30 2016 UTC revision 28282 by niro, Tue Jun 28 13:44:50 2016 UTC
# Line 26  UP2DATE="updatecmd https://s3.amazonaws. Line 26  UP2DATE="updatecmd https://s3.amazonaws.
26    
27  # not parallel make safe  # not parallel make safe
28  MAKEOPTS="-j1"  MAKEOPTS="-j1"
29    
30    src_compile()
31    {
32     CFLAGS="${CFLAGS} --Wno-error" \
33     mconfigure || die
34     mmake || die
35    }

Legend:
Removed from v.28281  
changed lines
  Added in v.28282