mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Fix build against Debian version of libhttp-parser -- its old but it will work.
This commit is contained in:
parent
0ca764968a
commit
4da9d4e53a
7 changed files with 45 additions and 4 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -4,7 +4,10 @@ CFLAGS=-O3 -fstack-protector-strong
|
|||
CXXFLAGS=-O3 -fstack-protector-strong
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with systemd
|
||||
|
||||
override_dh_auto_build:
|
||||
make ZT_USE_MINIUPNPC=1 -j 2
|
||||
|
||||
override_dh_systemd_start:
|
||||
dh_systemd_start --restart-after-upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue