* Hardcode the system id to be `i686-linux'.
This commit is contained in:
parent
c1a18f543e
commit
064a36cb54
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Nix is a software deployment system.
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=%{_prefix}
|
./configure --prefix=%{_prefix} --with-system="i686-linux"
|
||||||
make
|
make
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue