From 4da9d4e53a7fc0e0badf0c487cad531ba7662046 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 8 Jun 2016 12:49:07 -0700 Subject: Fix build against Debian version of libhttp-parser -- its old but it will work. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6ccd039d..4422dc83 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- cgit v1.2.3