freebsd-ports/irc/inspircd/files/extra-patch-src__modules__extra__m_ldapauth.cpp
Beech Rintoul aa86169786 - Update to version 1.1.19
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
  from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
  openssl libs as well as openssl installed from ports.

PR:		ports/123076
Submitted by:	Matthew Seaman <matthew.seaman@thebunker.net>
Approved by:	Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
2008-05-19 07:01:38 +00:00

11 lines
385 B
C++

--- ./src/modules/extra/m_ldapauth.cpp.orig 2008-03-15 13:33:33.000000000 +0000
+++ ./src/modules/extra/m_ldapauth.cpp 2008-04-11 13:34:37.000000000 +0100
@@ -29,7 +29,7 @@
#include <ldap.h>
/* $ModDesc: Allow/Deny connections based upon answer from LDAP server */
-/* $LinkerFlags: -lldap */
+/* $LinkerFlags: -L/usr/local/lib -lldap */
class ModuleLDAPAuth : public Module
{