blobfs/fuse: remove -ldl from linker args

This is already included in ENV_LINKER_ARGS when necessary.

Fixes GitHub issue #193 (Compile error for fuse.c on FreeBSD).

Change-Id: I30fce30b709d73c2c01b6782a9b1f3c39d823d42
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/378210
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
Daniel Verkamp 2017-09-12 14:33:20 -07:00
parent 496ba0d273
commit 4454df7006

View File

@ -47,7 +47,6 @@ SPDK_LIB_LIST += blobfs blob bdev blob_bdev copy event util conf trace \
LIBS += $(COPY_MODULES_LINKER_ARGS) $(BLOCKDEV_MODULES_LINKER_ARGS)
LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS)
LIBS+= -L/usr/local/lib -lfuse3
LIBS += -ldl
all : $(APP)