commit 09ab0704f4b2bf15b8c108f05ee003bf0107c3ee from: Alexander Barton date: Sat Oct 06 14:36:07 2012 UTC Debian ngircd-full[-dbg]: enable CHARCONV commit - e9d0b2f0393d70a07dda4d347604faf2a2058ac9 commit + 09ab0704f4b2bf15b8c108f05ee003bf0107c3ee blob - 868a04250a09d70d37a952c24d5cff545b268a3a blob + 0aecde56e00ee6640b5155eab2c2a3974a908fb2 --- contrib/Debian/rules +++ 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: