From 6e50f53cb13846f0883f89cc0b151de84ca7ab50 Mon Sep 17 00:00:00 2001
From: Brian Behlendorf <behlendorf1@llnl.gov>
Date: Wed, 1 Jul 2009 14:35:38 -0700
Subject: [PATCH] Drop --with-linux and --with-spl options from user build.

---
 zfs.spec.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/zfs.spec.in b/zfs.spec.in
index b63096cc9e..047e2ef184 100644
--- a/zfs.spec.in
+++ b/zfs.spec.in
@@ -32,9 +32,7 @@ additional applications against the %{name} libraries.
 %prep
 %setup
 %build
-%configure --with-linux=%{kdir} --with-linux-obj=%{kobj} \
-           --with-spl=%{spldir} --with-spl-obj=%{splobj} \
-           --with-config=user
+%configure --with-config=user
 make
 
 %install