Drop --with-linux and --with-spl options from user build.

This commit is contained in:
Brian Behlendorf 2009-07-01 14:35:38 -07:00
parent 01ff9d82d5
commit 6e50f53cb1
1 changed files with 1 additions and 3 deletions

View File

@ -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