Browse Source

Enable TLS support

Christoph Biedl 14 years ago
parent
commit
9c2b5b5608
2 changed files with 2 additions and 2 deletions
  1. 1 1
      debian/control
  2. 1 1
      debian/rules

+ 1 - 1
debian/control

@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian IRC Team <pkg-irc-maintainers@lists.alioth.debian.org>
 Uploaders: Mario Iseli <mario@debian.org>, Matt Arnold <mattarnold5@gmail.com>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch, libgnutls-dev
 Vcs-Svn: svn://svn.debian.org/pkg-irc/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc
 Standards-Version: 3.8.0

+ 1 - 1
debian/rules

@@ -15,7 +15,7 @@ endif
 
 config.status: patch configure
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc/ngircd --without-epoll
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc/ngircd --without-epoll --with-gnutls
 
 
 build: build-stamp