aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-01-27 23:22:58 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2014-01-27 23:22:58 +0000
commit617c423ea2e0a44ea4fa509b9ed2adbc06f4921c (patch)
tree53f213a0bd71e52769e2a18df96f952dca52e1e9 /debian/rules
parent5a6588a59625de0583ae082c2120c564f7c7bd7d (diff)
downloadwavemon-617c423ea2e0a44ea4fa509b9ed2adbc06f4921c.tar.gz
d/rules: Use DEB_CFLAGS_MAINT_APPEND to ensure -pthread is always passed to CFLAGS
Diffstat (limited to '')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index dd9063b..7354e00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+export DEB_CFLAGS_MAINT_APPEND=-pthread
+
%:
dh $@ --with autoreconf