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