svn commit: r381121 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Thu Mar 12 17:35:53 UTC 2015


Author: delphij
Date: Thu Mar 12 17:35:52 2015
New Revision: 381121
URL: https://svnweb.freebsd.org/changeset/ports/381121
QAT: https://qat.redports.org/buildarchive/r381121/

Log:
  Fix build when ODBC is enabled.
  
  Submitted by:	madpilot

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Thu Mar 12 17:13:39 2015	(r381120)
+++ head/net/openldap24-server/Makefile	Thu Mar 12 17:35:52 2015	(r381121)
@@ -431,6 +431,7 @@ CONFIGURE_ARGS+=	--enable-spasswd
 CONFIGURE_ARGS+=	--enable-sql=${BACKEND_ENABLE}
 PLIST_SUB+=		BACK_SQL=${BACKEND_PLIST}
 LIB_DEPENDS+=		libodbc.so:${PORTSDIR}/databases/unixODBC
+LDFLAGS+=		-L${LOCALBASE}/lib
 .else
 PLIST_SUB+=		BACK_SQL="@comment "
 .endif


More information about the svn-ports-head mailing list