Просмотр исходного кода

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

Andrei Pelinescu-Onciul 24 лет назад
Родитель
Сommit
58996a657e
1 измененных файлов с 1 добавлено и 0 удалено
  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)))