Nenad Gavrilovic wrote:
New src/lib/libpam/modules/pam_ssh/Makefile Revision 1.20.2.1 have
changes that isn't OK.
And becouse of that compile failed!!!
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Looking in other Makefiles I think that correction:
CFLAGS+= -I${SSHSRC} -include ssh_namespace.
to:
CFLAGS+= -I${SSHDIR} -include ssh_namespace.
bye
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"