Added /usr/local/lib to get linked under FreeBSD

This commit is contained in:
7u83 2022-08-22 18:49:45 +02:00
parent 19e38b332f
commit 06822df49a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LIBDIR := ../../lib
LIBARCHDIR := $(LIBDIR)/$(KERNEL)/$(ARCH)
CFLAGS+=-I../ -DUSE_OPENSSL -I../../include
LDFLAGS+=-L$(LIBARCHDIR)
LDFLAGS+=-L$(LIBARCHDIR) -L/usr/local/lib
LIBS+=-lcw -lnettle -lssl -lcrypto -ldl -lpthread -lmavl
SOURCES=\