forked from mirrors/nixpkgs
samba: fix build hanging on armv7l configure phase
This commit is contained in:
parent
17a9d5926c
commit
c6f73e4bad
|
@ -139,6 +139,9 @@ stdenv.mkDerivation rec {
|
|||
++ optional (!enablePam) "--without-pam"
|
||||
++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
||||
"--bundled-libraries=!asn1_compile,!compile_et"
|
||||
] ++ optional stdenv.isAarch32 [
|
||||
# https://bugs.gentoo.org/683148
|
||||
"--jobs 1"
|
||||
];
|
||||
|
||||
# python-config from build Python gives incorrect values when cross-compiling.
|
||||
|
|
Loading…
Reference in a new issue