forked from lix-project/lix
* Don't pass `--with-system'.
This commit is contained in:
parent
39eaecbc98
commit
9bf7a5f516
|
@ -19,7 +19,7 @@ Nix is a software deployment system.
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=%{_prefix} --with-system="i686-linux"
|
./configure --prefix=%{_prefix}
|
||||||
make
|
make
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue