Problem in src/lib/libpam/modules/pam_ssh/Makefile

Nenad Gavrilovic neca at boox.co.yu
Fri Jul 14 13:27:27 UTC 2006


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!!!
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>
>
Looking in other Makefiles I think that correction:

CFLAGS+= -I${SSHSRC} -include ssh_namespace.

to:

CFLAGS+= -I${SSHDIR} -include ssh_namespace.

bye


More information about the freebsd-current mailing list