From: MASM fan Date: Wed, 10 Dec 2014 19:11:51 +0000 (+0400) Subject: The dlopen/dlsym functions are built into libc, so there is is no need for libdl... X-Git-Tag: nvc-v0.5.0~2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=85b95334055bf6cb25435bc92278998d2419cefb The dlopen/dlsym functions are built into libc, so there is is no need for libdl on FreeBSD --- diff --git a/src/makefile.bsd b/src/makefile.bsd index 79db3f0..75334d7 100644 --- a/src/makefile.bsd +++ b/src/makefile.bsd @@ -48,7 +48,6 @@ endif LIBS+= \ -Wl,-B$(LMODE2) \ -l z \ - -l dl \ -l pthread