Packages: enabled OpenSSL support.

This commit is contained in:
Andrei Belov
2018-09-20 16:14:29 +03:00
parent 510c2e15c5
commit fea05e3065
4 changed files with 13 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ SRCDIR= unit-$(VERSION)
CODENAME = $(shell lsb_release -cs)
BUILD_DEPENDS_unit = build-essential debhelper devscripts fakeroot libxml2-utils lintian lsb-release xsltproc
BUILD_DEPENDS_unit = build-essential debhelper devscripts fakeroot libxml2-utils lintian lsb-release xsltproc libssl-dev
BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
MODULES=
@@ -93,7 +93,8 @@ CONFIGURE_ARGS=\
--control="unix:/var/run/control.unit.sock" \
--pid=/var/run/unit.pid \
--log=/var/log/unit.log \
--tests
--tests \
--openssl
export CR=\\n

View File

@@ -3,7 +3,8 @@ Section: admin
Priority: extra
Maintainer: Andrei Belov <defan@nginx.com>
Build-Depends: debhelper (>= 9),
linux-libc-dev
linux-libc-dev,
libssl-dev
Standards-Version: 3.9.5
Homepage: https://unit.nginx.org