aboutsummaryrefslogtreecommitdiffstats
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
parent5a6588a59625de0583ae082c2120c564f7c7bd7d (diff)
downloadwavemon-617c423ea2e0a44ea4fa509b9ed2adbc06f4921c.tar.gz
d/rules: Use DEB_CFLAGS_MAINT_APPEND to ensure -pthread is always passed to CFLAGS
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1752111..7c4b164 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ wavemon (0.7.6-1) UNRELEASED; urgency=low
upstream, rename 02-remove-extra-copyright-file.patch as
01-remove-extra-copyright-file.patch
* d/control: Build-Depends on dh-autoreconf rather than autotools-dev
+ * d/rules: Use DEB_CFLAGS_MAINT_APPEND to ensure -pthread is always passed
+ to CFLAGS
-- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 18 Dec 2012 22:37:17 +0000
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