Explorar o código

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

Andrei Pelinescu-Onciul %!s(int64=24) %!d(string=hai) anos
pai
achega
58996a657e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)))