Building ircd-hybrid with cryptlinks support
--------------------------------------------

As of 1:7.0-6, cryptlinks support is not included in the default build
of ircd-hybrid. However, because many people find it an absolute necessity,
I have worked the build system to allow it to easily build with OpenSSL.
Instructions follow. ($ prompts can be run as users, # should be run as
root.)

1. $ apt-get source ircd-hybrid
   You'll need to have some deb-src lines in your /etc/apt/sources.list.

2. # apt-get build-dep ircd-hybrid
   # apt-get install libssl-dev fakeroot
   This will pull in everything you need to build the package.

3. $ cd ircd-hybrid-7.0
   $ USE_OPENSSL=1 fakeroot debian/rules binary

   Watch the packages build!

4. You should now be left with a package with the same version as the Debian
   revision, with '.ssl1' appended to it.

   This can be installed like so:
   # dpkg -i ircd-hybrid_<VERSION>.ssl1_<YOURARCH>.deb,

   where VERSION is the Debian version and YOURARCH is one of i386, powerpc,
   etc.
