From 148092431d1700e589fcbead33eda45aeb88731d Mon Sep 17 00:00:00 2001 From: des Date: Sat, 13 May 2006 13:47:45 +0000 Subject: Introduce a namespace munging hack inspired by NetBSD to avoid polluting the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks --- secure/usr.bin/ssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/usr.bin/ssh') diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index 43ade12..213f035 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -4,7 +4,7 @@ .include PROG= ssh -CFLAGS+=-I${SSHDIR} +CFLAGS+=-I${SSHDIR} -include ssh_namespace.h LINKS= ${BINDIR}/ssh ${BINDIR}/slogin MAN= ssh.1 ssh_config.5 MLINKS= ssh.1 slogin.1 -- cgit v1.1