svn commit: r247892 - head/crypto/openssh

Peter Wemm peter at wemm.org
Wed Mar 6 18:47:36 UTC 2013


On Wed, Mar 6, 2013 at 5:46 AM, Dag-Erling Smørgrav <des at freebsd.org> wrote:

> @@ -931,8 +952,11 @@
>  /* Define to 1 if you have the `strmode' function. */
>  #define HAVE_STRMODE 1
>
> +/* Define to 1 if you have the `strnlen' function. */
> +#define HAVE_STRNLEN 1
> +
>  /* Define to 1 if you have the `strnvis' function. */
> -/* #undef HAVE_STRNVIS */
> +#define HAVE_STRNVIS 1


We may have a derp moment here:
===> secure/libexec/sftp-server (all)
...
/usr/obj/scratch/src/tmp/usr/lib/libssh.so: undefined reference to
`ssh_strnvis'^M
cc: error: linker command failed with exit code 1 (use -v to see invocation)^M
...

-- 
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com; KI6FJV


More information about the svn-src-all mailing list