diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-06 18:04:13 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-06 18:04:13 -0700 |
commit | ddbbb8afec984262a5cf9066e857ccf6481b7a0a (patch) | |
tree | d0111d9f769db40ffbf0e32a66c441e9564708d4 /debian | |
parent | a8a497c621cc471ba94e623f33ffd3505854ea38 (diff) | |
download | infinitytier-ddbbb8afec984262a5cf9066e857ccf6481b7a0a.tar.gz infinitytier-ddbbb8afec984262a5cf9066e857ccf6481b7a0a.zip |
Wheezy stuff
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules.wheezy | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules.wheezy b/debian/rules.wheezy new file mode 100755 index 00000000..e51d794e --- /dev/null +++ b/debian/rules.wheezy @@ -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 + |