debian/rules, debian/control: Enable SSL support using libnss3

This commit is contained in:
Laurent Bigonville 2013-11-24 16:15:25 +01:00
parent 0469bcf177
commit 74efce57eb
3 changed files with 5 additions and 3 deletions

2
debian/rules vendored
View file

@ -15,7 +15,7 @@ DEB_CONFIGURE_SYSCONFDIR := /etc/nut
DEB_CONFIGURE_INCLUDEDIR := /usr/include
DEB_CONFIGURE_MANDIR := /usr/share/man
DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--without-ssl \
--with-ssl --with-nss \
--with-cgi \
--with-dev \
--enable-static \