mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
openldap: Fix the cross compilation
This commit is contained in:
parent
5afd967d70
commit
bf965338df
@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
||||
++ stdenv.lib.optional stdenv.isFreeBSD "--with-pic";
|
||||
|
||||
postBuild = ''
|
||||
make $makeFlags -C contrib/slapd-modules/passwd/sha2
|
||||
make $makeFlags -C contrib/slapd-modules/passwd/pbkdf2
|
||||
make $makeFlags CC=$CC -C contrib/slapd-modules/passwd/sha2
|
||||
make $makeFlags CC=$CC -C contrib/slapd-modules/passwd/pbkdf2
|
||||
'';
|
||||
|
||||
doCheck = false; # needs a running LDAP server
|
||||
|
Loading…
Reference in New Issue
Block a user