From 4454df7006940e2cc051ce62c5764f35826bc55d Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 12 Sep 2017 14:33:20 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/378210 Reviewed-by: Jim Harris Tested-by: SPDK Automated Test System --- test/lib/blobfs/fuse/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lib/blobfs/fuse/Makefile b/test/lib/blobfs/fuse/Makefile index 3093f873f..e48cf9430 100644 --- a/test/lib/blobfs/fuse/Makefile +++ b/test/lib/blobfs/fuse/Makefile @@ -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)