This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/debian/rules

17 lines
300 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
CFLAGS=-O3 -fstack-protector-strong
CXXFLAGS=-O3 -fstack-protector-strong
%:
dh $@ --with systemd
override_dh_auto_build:
2017-04-24 18:40:34 -07:00
make -j 4
override_dh_systemd_start:
dh_systemd_start --restart-after-upgrade
2016-06-08 13:19:08 -07:00
override_dh_installinit:
dh_installinit --name=zerotier-one -- defaults