samba: fix cross-compilation
This commit is contained in:
parent
b8e30a8af6
commit
018068d7c5
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
postPatch =
|
postPatch =
|
||||||
# XXX: Awful hack to allow cross-compilation.
|
# XXX: Awful hack to allow cross-compilation.
|
||||||
'' sed -i source3/configure \
|
'' sed -i source3/configure \
|
||||||
-e 's/^as_fn_error \("cannot run test program while cross compiling\)/$as_echo \1/g'
|
-e 's/^as_fn_error .. \("cannot run test program while cross compiling\)/$as_echo \1/g'
|
||||||
''; # "
|
''; # "
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user