diff options
author | pav <pav@FreeBSD.org> | 2009-03-25 01:33:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-25 01:33:41 +0800 |
commit | 5ed60b6b1ac18a94873c1a85581b9ef55d83405d (patch) | |
tree | 83954fcdedfc34588cce016ad02811e9e613bde2 /security/openssh-portable/Makefile | |
parent | dfd2a29c7414175bf14c7970cd76081a9bc16a45 (diff) | |
download | freebsd-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/Makefile | 3 |
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' \ |