debian/rules, debian/control: Enable SSL support using libnss3
This commit is contained in:
parent
0469bcf177
commit
74efce57eb
3 changed files with 5 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
nut (2.7.1-1) UNRELEASED; urgency=low
|
||||
|
||||
* New upstream release (Closes: #730183)
|
||||
* debian/rules, debian/control: Enable SSL support using libnss3
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Sun, 24 Nov 2013 16:02:21 +0100
|
||||
-- Laurent Bigonville <bigon@debian.org> Sun, 24 Nov 2013 16:12:34 +0100
|
||||
|
||||
nut (2.6.5-4) unstable; urgency=low
|
||||
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 8.1.3),
|
|||
libwrap0-dev (>= 7.6),
|
||||
python (>= 2.6.6-3~),
|
||||
libfreeipmi-dev (>= 0.8.5) [!hurd-i386],
|
||||
libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386]
|
||||
libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386],
|
||||
libnss3-dev
|
||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||
docbook-xsl,
|
||||
dblatex (>= 0.2.5),
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue