[Click] Recent commit broke click build on openwrt

Eddie Kohler kohler at cs.ucla.edu
Thu Sep 30 18:11:11 EDT 2010


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
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click


More information about the click mailing list