From 3a7614833888d6129a16f64785e49e7eb61eab37 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 22 Dec 2008 16:52:26 -0800 Subject: [PATCH] Add a needed lib --- cmd/ztest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ztest/Makefile.am b/cmd/ztest/Makefile.am index 9cbde71e0b..f4094347c6 100644 --- a/cmd/ztest/Makefile.am +++ b/cmd/ztest/Makefile.am @@ -25,4 +25,4 @@ ztest_LDADD = \ $(top_builddir)/lib/libzpool/libzpool.la \ $(top_builddir)/lib/libzfs/libzfs.la -ztest_LDFLAGS = -pthread -lm -lz -lrt +ztest_LDFLAGS = -pthread -lm -lz -lrt -ldl