File nss_ldap-perl-5.26.patch of Package nss_ldap.13245
Index: nss_ldap-265/vers_string =================================================================== --- nss_ldap-265.orig/vers_string +++ nss_ldap-265/vers_string @@ -5,7 +5,7 @@ # Implementation of SGS vers_string which uses CVSVersionInfo.txt. use POSIX qw(strftime); -require "cvslib.pl"; +require "./cvslib.pl"; $OUTFILE = (-f "version.h") ? "version.h" : "vers.c"; $AUTHOR = `whoami`;