diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |