Magellan Linux

Diff of /trunk/core/net-tools/net-tools-1.60-r14.smage2

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

revision 27261 by niro, Tue Dec 8 11:54:39 2015 UTC revision 27263 by niro, Tue Dec 8 12:07:00 2015 UTC
# Line 54  src_prepare() Line 54  src_prepare()
54    
55   # install everything to /usr   # install everything to /usr
56   mpatch ${PNAME}-${PVER}-usr-move.patch || die   mpatch ${PNAME}-${PVER}-usr-move.patch || die
57    
58     # fix build with newer kernel headers >= 4.3
59     sed -i -e "s:^\(bool.*HAVE_HWSTRIP\).*:\1 n:" \
60     -e "s:^\(bool.*HAVE_HWTR\).*:\1 n:" \
61     config.in || die
62  }  }
63    
64  src_compile()  src_compile()

Legend:
Removed from v.27261  
changed lines
  Added in v.27263