From ed22e27d8a1315950938ff1080b06b31aa0df3bb Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav 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/lib/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/lib/libssh') diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 374a391d7b326..410d953a23f53 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -28,7 +28,7 @@ SRCS+= version.c SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c .endif -CFLAGS+= -I${SSHDIR} +CFLAGS+= -I${SSHDIR} -include ssh_namespace.h DPADD= ${LIBZ} LDADD= -lz -- cgit v1.3