diff options
author | skv <skv@FreeBSD.org> | 2011-03-12 01:11:08 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2011-03-12 01:11:08 +0800 |
commit | ed5ec185a58ffa644e7f311c0a3190d6cacc66e9 (patch) | |
tree | f860df61066f9397f889fa8dbee067e83544bee1 /security/openssh-portable | |
parent | 822d11d0be486c12f7729e62690f7526ccb8b65b (diff) | |
download | freebsd-ports-gnome-ed5ec185a58ffa644e7f311c0a3190d6cacc66e9.tar.gz freebsd-ports-gnome-ed5ec185a58ffa644e7f311c0a3190d6cacc66e9.tar.zst freebsd-ports-gnome-ed5ec185a58ffa644e7f311c0a3190d6cacc66e9.zip |
Unbreak build with LPK option (broken after commit 1.674 in bsd.port.mk).
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index adf81ad1a74e..9c2fb41c3edd 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -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 |