lol

Merge pull request #174049 from Mindavi/openldap/cross

openldap: fix cross-compilation

authored by

Janne Heß and committed by
GitHub
54c2bcdf 4ddea71b

+3
+3
pkgs/development/libraries/openldap/default.nix
··· 68 68 # contrib modules require these 69 69 "moduledir=${placeholder "out"}/lib/modules" 70 70 "mandir=${placeholder "out"}/share/man" 71 + ] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ 72 + # Can be unconditional, doing it like this to prevent a mass rebuild. 73 + "STRIP_OPTS=" 71 74 ]; 72 75 73 76 extraContribModules = [