[Pkg-zfsonlinux-devel] [SCM] spl branch, master, updated. debian/0.6.4.1-1-3-g72e6465

Aron Xu aron at debian.org
Thu Aug 13 12:12:24 UTC 2015


The following commit has been merged in the master branch:
commit 72e646595f30beb5d302a51d065082abdaa77adf
Author: Aron Xu <aron at debian.org>
Date:   Thu Aug 13 20:02:19 2015 +0800

    Set --disable-debug-kmem

diff --git a/debian/rules b/debian/rules
index f86f919..81c0e43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,8 @@ override_dh_auto_configure:
 	./autogen.sh
 
 	@# Build the userland, but don't build the kernel modules.
-	./configure --prefix=/usr --with-config=user
+	./configure --prefix=/usr --with-config=user \
+		--disable-debug-kmem
 
 override_dh_auto_test:
 	# scripts/check.sh tries insmod and rmmod, so it cannot
@@ -93,7 +94,8 @@ override_dh_prep-deb-files:
 override_dh_configure_modules: override_dh_configure_modules_stamp
 override_dh_configure_modules_stamp:
 	./configure --with-config=kernel --with-linux=$(KSRC) \
-		--with-linux-obj=$(KOBJ)
+		--with-linux-obj=$(KOBJ) \
+		--disable-debug-kmem
 	touch override_dh_configure_modules_stamp
 
 override_dh_binary-modules-udeb: override_dh_prep-deb-files override_dh_configure_modules

-- 
Solaris Porting Layer for Linux



More information about the Pkg-zfsonlinux-devel mailing list