Merge pull request #115181 from elohmeier/curaengine_stable-i686fix
curaengine_stable: fixup build on i686
This commit is contained in:
commit
301460c388
|
@ -12,7 +12,9 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i 's,--static,,g' Makefile
|
substituteInPlace Makefile --replace "--static" ""
|
||||||
|
'' + lib.optionalString stdenv.isi686 ''
|
||||||
|
substituteInPlace Makefile --replace "-flto" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue