[libvirt] [PATCH 2/2] Fix build of the VirtualBox driver when using --no-add-needed.

Jim Meyering jim at meyering.net
Wed Mar 3 09:34:06 UTC 2010


Eric Blake wrote:
> According to Diego Elio Pettenò on 2/24/2010 8:36 AM:
>>  if test "x$with_vbox" = "xyes"; then
>> +    AC_SEARCH_LIBS([dlopen], [dl], [], [AC_MSG_ERROR([Unable to find dlopen()])])
>> +    AC_SUBST([DLOPEN_LIBS], [$ac_cv_search_dlopen])
>
> Same problem with $ac_cv_search_dlopen possibly being 'no' or 'none required'.

Hi Diego,

Did you already write a patch for this?
I never saw a follow-up, and the build still fails on rawhide.




More information about the libvir-list mailing list