samba: fix build hanging on armv7l configure phase

This commit is contained in:
Kranium Gikos Mendoza 2021-08-16 18:10:18 +10:00
parent 17a9d5926c
commit c6f73e4bad

View File

@ -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.