configure: Fix overwriting -ldl with -lcurl

This caused the libbbfdm.so not beining linked against -ldl direclty.
It might not have caused any issues because the linker adds it as
depenency of other libraries like libcurl when resolving symbols.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
This commit is contained in:
Daniel Danzberger 2021-01-25 04:15:35 +01:00
parent b569a78b65
commit ad74bff866

View file

@ -78,7 +78,7 @@ AC_SUBST([LBLOBMSG_LIBS])
LIBDLOPEN_LIBS='-ldl'
AC_SUBST([LIBDLOPEN_LIBS])
LIBDLOPEN_LIBS='-lcurl'
LIBCURL_LIBS='-lcurl'
AC_SUBST([LIBCURL_LIBS])
AM_COND_IF([LOPENSSL], [