samba: fix build hanging on armv7l configure phase

launchpad/nixpkgs/master
Kranium Gikos Mendoza 3 years ago
parent 17a9d5926c
commit c6f73e4bad
  1. 3
      pkgs/servers/samba/4.x.nix

@ -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…
Cancel
Save