correct deps andd suppoert for tls 1.3
This commit is contained in:
parent
b58fd4f47f
commit
73dd393227
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: wolfssl
|
||||
Priority: optional
|
||||
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
|
||||
Build-Depends:
|
||||
debhelper (>= 10),
|
||||
debhelper (>= 9),
|
||||
libpcap0.8-dev,
|
||||
openssl
|
||||
Standards-Version: 4.1.2
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -14,7 +14,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
#VERSION=$(shell echo $DEB_VERSION |cut -d ' ' -f 2)
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with autoreconf,autotools_dev
|
||||
# dh $@ --with dkms
|
||||
|
||||
override_dh_auto_configure:
|
||||
|
Loading…
Reference in New Issue
Block a user