Drop --with-linux and --with-spl options from user build.
This commit is contained in:
parent
01ff9d82d5
commit
6e50f53cb1
|
@ -32,9 +32,7 @@ additional applications against the %{name} libraries.
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%build
|
%build
|
||||||
%configure --with-linux=%{kdir} --with-linux-obj=%{kobj} \
|
%configure --with-config=user
|
||||||
--with-spl=%{spldir} --with-spl-obj=%{splobj} \
|
|
||||||
--with-config=user
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Reference in New Issue