krb5: fix for stores with paths containing '+' character

This commit is contained in:
Dmitry Kalinkin
2016-06-17 15:37:51 -04:00
parent 8fccaa9011
commit 2a91dd0f65
2 changed files with 39 additions and 0 deletions
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ]
++ optionals (!libOnly) [ openldap libedit ];
patches = [ ./path_char_fix.patch ];
preConfigure = "cd ./src";
buildPhase = optionalString libOnly ''