samba: fix build hanging on armv7l configure phase

This commit is contained in:
Kranium Gikos Mendoza
2021-08-17 19:35:39 +10:00
parent 17a9d5926c
commit c6f73e4bad
+3
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.