1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Unbreak build with LPK option (broken after commit 1.674 in bsd.port.mk).

This commit is contained in:
Sergey Skvortsov 2011-03-11 17:11:08 +00:00
parent 80e7995925
commit 5c96a91930
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270702

View File

@ -151,7 +151,7 @@ EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn13v6.diff
.if defined(WITH_LPK)
EXTRA_PATCHES+= ${FILESDIR}/contrib-openssh-lpk-5.1p1-0.3.10.patch
USE_OPENLDAP= yes
CPPFLAGS+= "-I${LOCALBASE}/include -DWITH_LDAP_PUBKEY"
CPPFLAGS+= -I${LOCALBASE}/include -DWITH_LDAP_PUBKEY
CONFIGURE_ARGS+= --with-libs='-lldap' --with-ldflags='-L${LOCALBASE}/lib' \
--with-cppflags='-I${LOCALBASE}/include -DWITH_LDAP_PUBKEY'
.endif