debian rules

This commit is contained in:
Adam Ierymenko 2017-01-26 16:12:50 -08:00
parent 871cacf040
commit b211e61671
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View File

@ -7,7 +7,7 @@ CXXFLAGS=-O3 -fstack-protector-strong
dh $@ --with systemd
override_dh_auto_build:
make ZT_USE_MINIUPNPC=1 -j 2
make -j 2
override_dh_systemd_start:
dh_systemd_start --restart-after-upgrade

2
debian/rules.wheezy vendored
View File

@ -7,5 +7,5 @@ CXXFLAGS=-O3 -fstack-protector
dh $@
override_dh_auto_build:
make ZT_USE_MINIUPNPC=1 -j 2
make -j 2