diff options
author | marino <marino@FreeBSD.org> | 2014-08-12 23:06:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-12 23:06:56 +0800 |
commit | 98e780c1c7270e84b6fb00c8eb4bdb03e6702f80 (patch) | |
tree | c75a70a903795de539e79680622f300ab98bea08 | |
parent | 0c9a6d666d913918b1bd6f70d3dd0215a85da643 (diff) | |
download | freebsd-ports-gnome-98e780c1c7270e84b6fb00c8eb4bdb03e6702f80.tar.gz freebsd-ports-gnome-98e780c1c7270e84b6fb00c8eb4bdb03e6702f80.tar.zst freebsd-ports-gnome-98e780c1c7270e84b6fb00c8eb4bdb03e6702f80.zip |
net/isc-dhcp41-server: Fix build with LDAP support
PR: 192584
Submitted by: denis (inferno.incoherency.net)
Approved by: maintainer (Douglas Thrift)
-rw-r--r-- | net/isc-dhcp41-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/isc-dhcp41-server/Makefile b/net/isc-dhcp41-server/Makefile index e17019914dd8..06bae38ea855 100644 --- a/net/isc-dhcp41-server/Makefile +++ b/net/isc-dhcp41-server/Makefile @@ -103,6 +103,7 @@ USE_AUTOTOOLS= aclocal libtoolize autoconf autoheader automake AUTOMAKE_ARGS= --foreign --add-missing --copy CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-ldap .else PLIST_SUB+= LDAP="@comment " |