GNOME Bugzilla – Bug 677921
tests: link test-conformance against libm
Last modified: 2012-06-15 14:32:13 UTC
Building clutter fails with this error: CCLD test-conformance events-touch.c:107: error: undefined reference to 'ceil' events-touch.c:108: error: undefined reference to 'ceil' collect2: error: ld returned 1 exit status This is fixed by linking against libm.
Created attachment 216170 [details] [review] tests: link test-conformance against libm
Review of attachment 216170 [details] [review]: looks good to me
Attachment 216170 [details] pushed as a88f730 - tests: link test-conformance against libm