From: Peter Avalos Date: Sun, 14 Nov 2010 19:43:34 +0000 (-1000) Subject: libssh: Unset BROKEN_GLOB. Ours works fine. X-Git-Url: https://gitweb.dragonflybsd.org/~lentferj/dragonfly.git/commitdiff_plain/24721e97347d08eb0b0ff663136f73b15b78b7b6 libssh: Unset BROKEN_GLOB. Ours works fine. Dragonfly-bug: --- 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 */