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
|
Priority: optional
|
||||||
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
|
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 10),
|
debhelper (>= 9),
|
||||||
libpcap0.8-dev,
|
libpcap0.8-dev,
|
||||||
openssl
|
openssl
|
||||||
Standards-Version: 4.1.2
|
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)
|
#VERSION=$(shell echo $DEB_VERSION |cut -d ' ' -f 2)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@ --with autoreconf,autotools_dev
|
||||||
# dh $@ --with dkms
|
# dh $@ --with dkms
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
|
Loading…
Reference in New Issue
Block a user