cef96c6e30
ircd-ratbox is an advanced, stable and fast ircd. It is the primary ircd used on EFNet, combining the stability of an ircd required for a large production network together with a rich set of features, making it also suitable for use on smaller networks. Features include: * optional SSL support to enable encrypted connections between clients and servers, as well as server to server links * support for SSL only channels (channel mode +S) * uses sqlite3 for handling and storing k/x/d lines * support for global CIDR limits * provides adminwall command allowing admins to broadcast messages to each other * support to force nick changes request, testing and feedback by Michiel van Baak setusercontext() idea from form@ via bernd@ tested on armish and ok by sthen@
22 lines
618 B
Plaintext
22 lines
618 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2009/02/09 09:41:54 simon Exp $
|
|
--- src/Makefile.in.orig Wed Dec 10 05:12:15 2008
|
|
+++ src/Makefile.in Wed Feb 4 18:41:08 2009
|
|
@@ -123,7 +123,7 @@ F77 = @F77@
|
|
FFLAGS = @FFLAGS@
|
|
GREP = @GREP@
|
|
HELP_DIR = @HELP_DIR@
|
|
-INCLTDL = @INCLTDL@
|
|
+INCLTDL = -I@includedir@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
@@ -135,7 +135,7 @@ LEX = @LEX@
|
|
LEXLIB = @LEXLIB@
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
LIBEXEC_DIR = @LIBEXEC_DIR@
|
|
-LIBLTDL = @LIBLTDL@
|
|
+LIBLTDL = -L@libdir@ -lltdl
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|