mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-25 07:35:51 -07:00
Fix empty override_dh_auto_build causing build failure
A blank debian/rules directive means nothing happens. In this case, it means the build process fails. Removing the empty directive lets builds continue correctly.
This commit is contained in:
parent
0daff26fba
commit
97a8dd03a8
2 changed files with 0 additions and 6 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -6,9 +6,6 @@ CXXFLAGS=-O3 -fstack-protector-strong
|
|||
%:
|
||||
dh $@ --with systemd
|
||||
|
||||
override_dh_auto_build:
|
||||
# make -j 2
|
||||
|
||||
override_dh_systemd_start:
|
||||
dh_systemd_start --restart-after-upgrade
|
||||
|
||||
|
|
3
debian/rules.wheezy
vendored
3
debian/rules.wheezy
vendored
|
@ -6,6 +6,3 @@ CXXFLAGS=-O3 -fstack-protector
|
|||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
# make -j 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue