This is a gentoo overlay hosting either customized ebuilds I have in use as well as ebuilds for my own projects.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
440 B

--- ceph-10.2.1/configure.ac
+++ ceph-10.2.1/configure.ac
@@ -908,7 +908,7 @@
,
[with_libzfs=no])
AS_IF([test "x$with_libzfs" = xyes],
- [PKG_CHECK_MODULES([LIBZFS], [zfs], [], [true])])
+ [PKG_CHECK_MODULES([LIBZFS], [libzfs], [], [true])])
AS_IF([test "x$with_libzfs" = xyes],
[AC_DEFINE([HAVE_LIBZFS], [1], [Defined if you have libzfs enabled])])
AM_CONDITIONAL(WITH_LIBZFS, [ test "$with_libzfs" = "yes" ])