View | Details | Raw Unified | Return to bug 135968
Collapse All | Expand All

(-)Makefile.new (-3 / +3 lines)
Lines 147-153 Link Here
147
147
148
# See http://dev.inversepath.com/trac/openssh-lpk
148
# See http://dev.inversepath.com/trac/openssh-lpk
149
.if defined(WITH_LPK)
149
.if defined(WITH_LPK)
150
EXTRA_PATCHES+=		${FILESDIR}/openssh-lpk-5.0p1-0.3.9.patch
150
EXTRA_PATCHES+=		${FILESDIR}/contrib-openssh-lpk-5.1p1-0.3.10.patch
151
USE_OPENLDAP=		yes
151
USE_OPENLDAP=		yes
152
CPPFLAGS+=		"-I${LOCALBASE}/include -DWITH_LDAP_PUBKEY"
152
CPPFLAGS+=		"-I${LOCALBASE}/include -DWITH_LDAP_PUBKEY"
153
CONFIGURE_ARGS+=	--with-libs='-lldap' --with-ldflags='-L${LOCALBASE}/lib' \
153
CONFIGURE_ARGS+=	--with-libs='-lldap' --with-ldflags='-L${LOCALBASE}/lib' \
Lines 161-171 Link Here
161
.elif defined(WITH_HPN) && !defined(WITH_LPK)
161
.elif defined(WITH_HPN) && !defined(WITH_LPK)
162
EXTRA_PATCHES+=		${FILESDIR}/openssh-5.2p1-hpn-servconf.patch
162
EXTRA_PATCHES+=		${FILESDIR}/openssh-5.2p1-hpn-servconf.patch
163
.elif defined(WITH_LPK) && !defined(WITH_HPN)
163
.elif defined(WITH_LPK) && !defined(WITH_HPN)
164
EXTRA_PATCHES+=		${FILESDIR}/openssh-lpk-5.0p1-0.3.9-servconv.patch
164
EXTRA_PATCHES+=		${FILESDIR}/contrib-openssh-lpk-5.1p1-0.3.10-servconf.c.patch
165
.endif
165
.endif
166
166
167
.if defined(WITH_LPK) && ${ARCH} == "amd64"
167
.if defined(WITH_LPK) && ${ARCH} == "amd64"
168
EXTRA_PATCHES+=		${FILESDIR}/openssh-lpk-5.0p1-64bit.patch
168
EXTRA_PATCHES+=		${FILESDIR}/contrib-openssh-5.1_p1-lpk-64bit.patch
169
.endif
169
.endif
170
170
171
# See http://www.roumenpetrov.info/openssh/
171
# See http://www.roumenpetrov.info/openssh/

Return to bug 135968