From 85b95334055bf6cb25435bc92278998d2419cefb Mon Sep 17 00:00:00 2001 From: MASM fan Date: Wed, 10 Dec 2014 23:11:51 +0400 Subject: [PATCH] The dlopen/dlsym functions are built into libc, so there is is no need for libdl on FreeBSD --- src/makefile.bsd | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 -- 1.7.1