From 09ab0704f4b2bf15b8c108f05ee003bf0107c3ee Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 6 Oct 2012 16:36:07 +0200 Subject: Debian ngircd-full[-dbg]: enable CHARCONV --- contrib/Debian/rules | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'contrib/Debian') diff --git a/contrib/Debian/rules b/contrib/Debian/rules index 868a0425..0aecde56 100755 --- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2009 Alexander Barton +# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,7 +53,8 @@ configure-ngircd-full: configure --sysconfdir=/etc/ngircd \ --mandir=\$${prefix}/share/man \ --with-syslog --with-zlib \ - --with-gnutls --with-ident --with-tcp-wrappers --with-pam \ + --with-gnutls --with-iconv --with-ident --with-tcp-wrappers \ + --with-pam \ --enable-ipv6 configure-ngircd-full-dbg: configure @@ -66,7 +67,8 @@ configure-ngircd-full-dbg: configure --mandir=\$${prefix}/share/man \ --enable-debug --enable-sniffer \ --with-syslog --with-zlib \ - --with-gnutls --with-ident --with-tcp-wrappers --with-pam \ + --with-gnutls --with-iconv --with-ident --with-tcp-wrappers \ + --with-pam \ --enable-ipv6 build: -- cgit 1.4.1 From 343a90dc376eb9979151752ec33c64ca45b04802 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 6 Oct 2012 16:36:34 +0200 Subject: Debian: require "telnet" or "telnet-ssl" for building --- contrib/Debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/Debian') diff --git a/contrib/Debian/control b/contrib/Debian/control index d6cf418c..59a74ab5 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>> 4.0.0), libident-dev, libgnutls-dev, libpam0g-dev, - telnet, + telnet | telnet-ssl, Standards-Version: 3.9.1 Package: ngircd -- cgit 1.4.1