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-agent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/usr.bin/ssh-agent/Makefile') diff --git a/secure/usr.bin/ssh-agent/Makefile b/secure/usr.bin/ssh-agent/Makefile index 2f88a6d..49905a5 100644 --- a/secure/usr.bin/ssh-agent/Makefile +++ b/secure/usr.bin/ssh-agent/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ssh-agent -CFLAGS+=-I${SSHDIR} +CFLAGS+=-I${SSHDIR} -include ssh_namespace.h DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} LDADD= -lssh -lcrypt -lcrypto -lz -- cgit v1.1