mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
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:
parent
b569a78b65
commit
ad74bff866
1 changed files with 1 additions and 1 deletions
|
|
@ -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], [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue