aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-03-25 01:33:41 +0800
committerpav <pav@FreeBSD.org>2009-03-25 01:33:41 +0800
commit5ed60b6b1ac18a94873c1a85581b9ef55d83405d (patch)
tree83954fcdedfc34588cce016ad02811e9e613bde2 /security/openssh-portable/Makefile
parentdfd2a29c7414175bf14c7970cd76081a9bc16a45 (diff)
downloadfreebsd-ports-gnome-5ed60b6b1ac18a94873c1a85581b9ef55d83405d.tar.gz
freebsd-ports-gnome-5ed60b6b1ac18a94873c1a85581b9ef55d83405d.tar.zst
freebsd-ports-gnome-5ed60b6b1ac18a94873c1a85581b9ef55d83405d.zip
- Add vendor patch for lpk patch that fixes runtime on amd64
PR: ports/129092 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Approved by: maintainer timeout (mnag; 4 months)
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index c8ac83eeec06..2c050c942b79 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -148,6 +148,9 @@ PATCHFILES+= openssh-5.1p1-hpn13v5.diff.gz
# See http://dev.inversepath.com/trac/openssh-lpk
.if defined(WITH_LPK)
EXTRA_PATCHES= ${FILESDIR}/openssh-lpk-5.0p1-0.3.9.patch
+.if ${ARCH} == "amd64"
+EXTRA_PATCHES+= ${FILESDIR}/openssh-lpk-5.0p1-64bit.patch
+.endif
USE_OPENLDAP= yes
CPPFLAGS+= "-I${LOCALBASE}/include -DWITH_LDAP_PUBKEY"
CONFIGURE_ARGS+= --with-libs='-lldap' --with-ldflags='-L${LOCALBASE}/lib' \