On Fri, Sep 10, 2010 at 05:47:00PM -0700, Quanah Gibson-Mount wrote: > --On Friday, September 10, 2010 2:51 PM -0700 Dan Fandrich >> diff --git a/acinclude.m4 b/acinclude.m4 >> index 86f7c7b..225fb9d 100644 >> --- a/acinclude.m4 >> +++ b/acinclude.m4 >> @@ -2145,6 +2145,7 @@ AC_DEFUN([CURL_CHECK_LIBS_CLOCK_GETTIME_MONOTONIC], >> [ else >> LIBS="$curl_cv_gclk_LIBS $curl_cv_save_LIBS" >> fi >> + CURL_LIBS="$CURL_LIBS $curl_cv_gclk_LIBS" >> AC_MSG_RESULT([$curl_cv_gclk_LIBS]) >> ac_cv_func_clock_gettime="yes" >> ;; > > That patch by itself had no change in behavior.
I just got a chance to try it and it worked for me (using CFLAGS=-Wl,--no-add-needed to simulate Fedora 13's ld). You need to run ./buildconf and ./configure after applying the patch. Does it work if you do that? >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
