Roberto, Can you please send the actual compilation error, along with your config.log? This "fix" should not be necessary.
Eddie On 09/30/2010 09:02 AM, Roberto Riggio wrote: > Hi, > > this commit: > > http://github.com/kohler/click/commit/e24deaae2ee5f326ee0febee18eff81fbeacf527 > > broke the click build for openwrt. In particular the compilation process > reports a missing > clock_gettime method (not available on uclibc as far as a I've understood). > > Reverting this: > > - [AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Define if you have the > clock_gettime function.])]) > + [AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Define if you have the > clock_gettime function.]) > + have_clock_gettime=yes]) > > solve the problem. > > R. > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
