Skip to content

Commit

Permalink
DOSE-818 zfs_object_agent does not build correctly with zfs-make (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
manoj-joseph authored Dec 1, 2021
1 parent 24d8a09 commit d386051
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cmd/zfs_object_agent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ RUSTFLAGS = \
GITREV = $(shell cat $(abs_top_builddir)/include/zfs_gitrev.h | awk '{print $$3}')

.PHONY: \
zcache$(EXEEXT) \
zcachedb$(EXEEXT) \
zfs_object_agent$(EXEEXT) \
zfs_object_perf$(EXEEXT) \
zoa_test$(EXEEXT) \
$(RUSTDIR)/zcache$(EXEEXT) \
$(RUSTDIR)/zcachedb$(EXEEXT) \
$(RUSTDIR)/zfs_object_agent$(EXEEXT) \
$(RUSTDIR)/zfs_object_perf$(EXEEXT) \
$(RUSTDIR)/zoa_test$(EXEEXT) \
libzoa.la

$(RUSTDIR)/libzoa.la :
Expand All @@ -52,11 +52,11 @@ all: build

build: \
libzoa.la \
zcache$(EXEEXT) \
zcachedb$(EXEEXT) \
zfs_object_agent$(EXEEXT) \
zfs_object_perf$(EXEEXT) \
zoa_test$(EXEEXT)
$(RUSTDIR)/zcache$(EXEEXT) \
$(RUSTDIR)/zcachedb$(EXEEXT) \
$(RUSTDIR)/zfs_object_agent$(EXEEXT) \
$(RUSTDIR)/zfs_object_perf$(EXEEXT) \
$(RUSTDIR)/zoa_test$(EXEEXT)

install-exec-hook :
cp $(RUSTDIR)/libzoa.so $(DESTDIR)$(libdir)/libzoa.so

0 comments on commit d386051

Please sign in to comment.