diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-02-08 08:03:18 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-02-08 08:03:18 +0800 |
commit | 3193e093ed75be98e0d493a379f91c0f8640b869 (patch) | |
tree | b23796a5f8a0f71ae09b2e2ffb1dd55f04c94c1b /security/openssh-portable/Makefile | |
parent | dfdf44877f884d31293fd02be3f08a64fa976d03 (diff) | |
download | freebsd-ports-gnome-3193e093ed75be98e0d493a379f91c0f8640b869.tar.gz freebsd-ports-gnome-3193e093ed75be98e0d493a379f91c0f8640b869.tar.zst freebsd-ports-gnome-3193e093ed75be98e0d493a379f91c0f8640b869.zip |
- Fix runtime crash on CURRENT due to import of NetBSD strnvis() [1]
which differs in prototype from OpenBSD strnvis() [2]
[1] http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.html
[2] http://gnats.netbsd.org/44977
Submitted by: dim
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 019bc6cf39a3..64e44e564faf 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 5.8p2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} @@ -25,6 +25,7 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* USE_PERL5_BUILD= yes USE_OPENSSL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ --without-zlib-version-check --with-ssl-engine PRECIOUS= ssh_config sshd_config ssh_host_key ssh_host_key.pub \ |