Wheezy stuff

This commit is contained in:
Adam Ierymenko 2016-07-06 18:04:13 -07:00
parent a8a497c621
commit ddbbb8afec
3 changed files with 13 additions and 0 deletions

11
debian/rules.wheezy vendored Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/make -f
CFLAGS=-O3 -fstack-protector
CXXFLAGS=-O3 -fstack-protector
%:
dh $@
override_dh_auto_build:
make ZT_USE_MINIUPNPC=1 -j 2