From 617c423ea2e0a44ea4fa509b9ed2adbc06f4921c Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 27 Jan 2014 23:22:58 +0000 Subject: d/rules: Use DEB_CFLAGS_MAINT_APPEND to ensure -pthread is always passed to CFLAGS --- debian/changelog | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) 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 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 -- cgit v1.2.3