From 24721e97347d08eb0b0ff663136f73b15b78b7b6 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 14 Nov 2010 09:43:34 -1000 Subject: [PATCH] libssh: Unset BROKEN_GLOB. Ours works fine. Dragonfly-bug: --- secure/lib/libssh/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/libssh/config.h b/secure/lib/libssh/config.h index 322afed103..779f1cf740 100644 --- a/secure/lib/libssh/config.h +++ b/secure/lib/libssh/config.h @@ -24,7 +24,7 @@ /* #undef BROKEN_GETGROUPS */ /* FreeBSD glob does not do what we need */ -#define BROKEN_GLOB 1 +/* #undef BROKEN_GLOB */ /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ /* #undef BROKEN_INET_NTOA */ -- 2.41.0