X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fdkms.mkconf;h=ecdee717f60aa18407c0f41f82a49fa7ac73966c;hb=0df23ca9a18bcc3b76319a3c0b93359a5468d016;hp=2e07be481d7ae33b57dd5a648350404d545438da;hpb=f3757573a677e8662e268f0bb8e5ffe750013088;p=zfs.git diff --git a/scripts/dkms.mkconf b/scripts/dkms.mkconf index 2e07be4..ecdee71 100755 --- a/scripts/dkms.mkconf +++ b/scripts/dkms.mkconf @@ -25,6 +25,8 @@ PACKAGE_CONFIG="${pkgcfg}" PRE_BUILD="configure --prefix=/usr --with-config=kernel + --with-linux=\${kernel_source_dir} + --with-linux-obj=\${kernel_source_dir} --with-spl=\${dkms_tree}/spl/\${PACKAGE_VERSION}/build --with-spl-obj=\${dkms_tree}/spl/\${PACKAGE_VERSION}/\${kernelver}/\${arch} --with-spl-timeout=300 @@ -52,6 +54,7 @@ POST_INSTALL="scripts/dkms.postinst -k \${kernelver} -t \${dkms_tree} " +BUILD_DEPENDS[0]="spl" AUTOINSTALL="yes" REMAKE_INITRD="no" MAKE[0]="make"