diff options
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 70768d0..8ab6e62 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,9 @@ Build-Depends: autoconf-dickey, gettext, libbsd-dev, libbz2-dev, - libgnutls28-dev, libidn11-dev, libncursesw5-dev, + libssl-dev, openssh-client, sharutils, telnet | telnet-client, diff --git a/debian/rules b/debian/rules index b0ca680..7d7334f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND := -Wall -DNO_BUILDSTAMP -SSL=gnu -# uncomment the next line if you want openssl version -#SSL=ssl +SSL=ssl ifeq ($(SSL),gnu) CONFTLS := --with-gnutls=/usr |