Browse Source

- on BSD dlopen is in libc => removed -ldl from LIBS

Andrei Pelinescu-Onciul 24 years ago
parent
commit
58996a657e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -53,6 +53,7 @@ ifeq ($(ARCH), FreeBSD)
 
 
 MAKE=gmake
 MAKE=gmake
 YACC=yacc
 YACC=yacc
+LIBS= -lfl  #dlopen is in libc
 
 
 endif
 endif
 ifneq (,$(findstring CYGWIN, $(ARCH)))
 ifneq (,$(findstring CYGWIN, $(ARCH)))