summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-07-06 18:04:13 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-07-06 18:04:13 -0700
commitddbbb8afec984262a5cf9066e857ccf6481b7a0a (patch)
treed0111d9f769db40ffbf0e32a66c441e9564708d4 /debian
parenta8a497c621cc471ba94e623f33ffd3505854ea38 (diff)
downloadinfinitytier-ddbbb8afec984262a5cf9066e857ccf6481b7a0a.tar.gz
infinitytier-ddbbb8afec984262a5cf9066e857ccf6481b7a0a.zip
Wheezy stuff
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules.wheezy11
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
+