Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 15:27:14 +0200
From:      Nenad Gavrilovic <neca@boox.co.yu>
To:        freebsd-stable@freebsd.org
Cc:        current@freebsd.org
Subject:   Re: Problem in src/lib/libpam/modules/pam_ssh/Makefile
Message-ID:  <44B79BB2.1080104@boox.co.yu>
In-Reply-To: <44B7979C.1030206@boox.co.yu>
References:  <44B7979C.1030206@boox.co.yu>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
>
>
Looking in other Makefiles I think that correction:

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

to:

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

bye



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44B79BB2.1080104>