Ver Fonte

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

Andrei Pelinescu-Onciul há 24 anos atrás
pai
commit
58996a657e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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