GNOME Bugzilla – Bug 685127
do not hardcode -lgcov
Last modified: 2012-09-30 15:04:20 UTC
Hi. OpenBSD does not have libgcov. While there is a proper check for it, it's still hardcoded in tests/libedata-cal/Makefile.am. This patch takes care care of it for me. Would that be alright to push? Thank you.
Created attachment 225412 [details] [review] use $(CODE_COVERAGE_LDFLAGS) instead of hardcoding -lgcov
Thanks for catching that. Go ahead and push to master, and then "git cherry-pick -x" the commit to the gnome-3-6 branch if you wouldn't mind.
Thank you Matthew; both master and gnome-3-6 have been updated.