* Provide oss-compat, as we provide OSS, and conflict with it
since it takes the OSS major/minor numbers.
* Update Standards-Version to 3.9.4. No changes needed.
+ * Add "-pthreads" compiler and linker flag. Patch based on Ubuntu
+ patch by Logan Rosen <logan@ubuntu.com>.
-- Ralf Jung <post@ralfj.de> Wed, 08 May 2013 13:08:08 +0200
--- /dev/null
+From: Ralf Jung <post@ralfj.de>
+Date: Sat, 11 May 2013 14:24:17 +0200
+Subject: Add -pthread compiler and linker flag
+
+(based on patch in Ubuntu by Logan Rosen <logan@ubuntu.com>)
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 236176e..11f2836 100644
+--- a/Makefile
++++ b/Makefile
+@@ -2,9 +2,9 @@
+ # DESTDIR is completely respected
+ CC := gcc
+ AR := ar
+-CFLAGS := -Wall $(CFLAGS) $(CPPFLAGS)
++CFLAGS := -Wall -pthread $(CFLAGS) $(CPPFLAGS)
+ XLDFLAGS := $(LDFLAGS)
+-LDFLAGS := -L. -lossp $(LDFLAGS)
++LDFLAGS := -L. -lossp -pthread $(LDFLAGS)
+ prefix := /usr/local
+ DESTDIR :=
+ UDEVDIR := /etc/udev/rules.d
0002-honor-CPPFLAGS.patch
0003-PA-recommends-users-not-to-be-in-the-audio-group-so-.patch
0004-Allow-to-set-slave-installation-path-during-compilat.patch
+0005-Add-pthread-compiler-and-linker-flag.patch