dependancy, updated rc.d script to add 'conftest' option. Changes include: o Optional SSL support to enable encrypted connections between clients and servers, as well as server to server links. o Add support for SSL only channels, channel mode +S. o Bundled sqlite3 for handling and storing k/x/d lines. o Support for global CIDR limits. o Added adminwall allowing admins to broadcast messages to each other. o Creation of new library archive 'libratbox'. o Support for force nick changes. o New ssld and bandb processes for SSL connections and ban checking. PR: ports/122994 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
17 lines
487 B
Text
17 lines
487 B
Text
--- ./libltdl/Makefile.am.orig Tue Sep 4 23:06:44 2007
|
|
+++ ./libltdl/Makefile.am Tue Apr 22 02:20:19 2008
|
|
@@ -1,7 +1,7 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
-
|
|
+CONVENIENCE_LTDL=1
|
|
if INSTALL_LTDL
|
|
include_HEADERS = ltdl.h
|
|
lib_LTLIBRARIES = libltdl.la
|
|
@@ -30,3 +30,5 @@
|
|
$(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
|
|
libtool: $(LIBTOOL_DEPS)
|
|
$(SHELL) ./config.status --recheck
|
|
+
|
|
+install-includeHEADERS:
|