diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 12:49:07 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 12:49:07 -0700 |
commit | 4da9d4e53a7fc0e0badf0c487cad531ba7662046 (patch) | |
tree | 80d6c0589eca7e7c7c3802665bcb2ac1f708e37d /debian/rules | |
parent | 0ca764968ae0c09510d055390a3cec252caecfae (diff) | |
download | infinitytier-4da9d4e53a7fc0e0badf0c487cad531ba7662046.tar.gz infinitytier-4da9d4e53a7fc0e0badf0c487cad531ba7662046.zip |
Fix build against Debian version of libhttp-parser -- its old but it will work.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
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 |