[SCM] lv2dynparam1 packaging branch, master, updated. debian/2-1-29-g3b69e63

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jun 28 07:08:19 UTC 2010


The following commit has been merged in the master branch:
commit 3b69e6328f13bca8e0a1420263d14cd28047fa6f
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jun 28 09:08:09 2010 +0200

    Add -phtread to CFLAGS to resolve unresolved symbols in shared libraries; the functions 'dynparam_ui_{group,parameter}_{,dis}appeared' and 'dynparam_ui_parameter_value_changed' are callbacks called from UI thread to notify which event has happened (Closes: #558933).

diff --git a/debian/rules b/debian/rules
index 3374759..eba0a8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+CFLAGS+=-pthread
+
 %:
 	dh $@
 

-- 
lv2dynparam1 packaging



More information about the pkg-multimedia-commits mailing list