summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPrakash Surya <[email protected]>2012-08-07 13:13:17 -0700
committerBrian Behlendorf <[email protected]>2012-08-08 15:21:01 -0700
commit26e08952e6ad113b91ae7d31263b6a4fd3a5a09f (patch)
tree07291ab4100e10df8d922a871a10e9f3e4f6743d /configure.ac
parent5085d55817f67e2333366e517c6cc7a6fdda50f7 (diff)
Support building a zfs-modules-dkms sub package
This commit adds support for building a zfs-modules-dkms sub package built around Dynamic Kernel Module Support. This is to allow building packages using the DKMS infrastructure which is intended to ease the burden of kernel version changes, upgrades, etc. By default zfs-modules-dkms-* sub package will be built as part of the 'make rpm' target. Alternately, you can build only the DKMS module package using the 'make rpm-dkms' target. Examples: # To build packaged binaries as well as a dkms packages $ ./configure && make rpm # To build only the packaged binary utilities and dkms packages $ ./configure && make rpm-utils rpm-dkms Note: Only the RHEL 5/6, CHAOS 5, and Fedora distributions are supported for building the dkms sub package. Signed-off-by: Prakash Surya <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #535
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 749f37862..10c2cc0a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ AC_CONFIG_FILES([
PKGBUILD-zfs-modules
zfs-script-config.sh
zfs.release
+ dkms.conf
])
AC_OUTPUT