Compare commits
10 Commits
debian/3.1
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
8be8dabd06 | ||
|
8b9464d0ea | ||
|
547771a6c4 | ||
|
e043ea4441 | ||
|
dd7ae5a0fd | ||
|
6cb664156c | ||
|
6b0af009bb | ||
|
73dd393227 | ||
|
b58fd4f47f | ||
|
b7655b4506 |
5
debian/control
vendored
5
debian/control
vendored
@ -2,7 +2,10 @@ Source: wolfssl
|
||||
Priority: optional
|
||||
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
|
||||
Build-Depends:
|
||||
debhelper (>= 10),
|
||||
autotools-dev,
|
||||
dh-autoreconf,
|
||||
quilt,
|
||||
debhelper (>= 9),
|
||||
libpcap0.8-dev,
|
||||
openssl
|
||||
Standards-Version: 4.1.2
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -14,14 +14,15 @@ 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:
|
||||
dh_auto_configure -- \
|
||||
--enable-distro \
|
||||
--disable-examples \
|
||||
--disable-silent-rules
|
||||
--disable-silent-rules \
|
||||
--disable-debug
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbgsym-migration='libwolfssl3-dbg (<< 3.9.10-1~)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user