The dlopen/dlsym functions are built into libc, so there is is no need for libdl...
authorMASM fan <masmfan@gmail.com>
Wed, 10 Dec 2014 19:11:51 +0000 (23:11 +0400)
committerMASM fan <masmfan@gmail.com>
Wed, 10 Dec 2014 19:11:51 +0000 (23:11 +0400)
src/makefile.bsd

index 79db3f0..75334d7 100644 (file)
@@ -48,7 +48,6 @@ endif
 LIBS+= \
  -Wl,-B$(LMODE2) \
    -l z \
-   -l dl \
    -l pthread