[Click] Recent commit broke click build on openwrt

Roberto Riggio roberto.riggio at create-net.org
Thu Sep 30 12:02:09 EDT 2010


  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.


More information about the click mailing list