btrfs-progs: hack to make it build on i686-linux
/cc #61086. I just wanted to unblock channels quickly.
This commit is contained in:
parent
f71eeb3735
commit
aa440d8786
@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# for python cross-compiling
|
# for python cross-compiling
|
||||||
_PYTHON_HOST_PLATFORM = stdenv.hostPlatform.config;
|
_PYTHON_HOST_PLATFORM = stdenv.hostPlatform.config;
|
||||||
postConfigure = ''
|
# The i686 case is a quick hack; I don't know what's wrong.
|
||||||
|
postConfigure = stdenv.lib.optionalString (!stdenv.isi686) ''
|
||||||
export LDSHARED="$LD -shared"
|
export LDSHARED="$LD -shared"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user