aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/correct_ldflags_use.patch13
-rw-r--r--debian/patches/series2
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/correct_ldflags_use.patch b/debian/patches/correct_ldflags_use.patch
new file mode 100644
index 0000000..574ab4b
--- /dev/null
+++ b/debian/patches/correct_ldflags_use.patch
@@ -0,0 +1,13 @@
+=== modified file 'indicator-sound/src/Makefile.am'
+--- indicator-sound/src/Makefile.am 2012-02-14 18:41:28 +0000
++++ indicator-sound/src/Makefile.am 2012-02-14 18:41:43 +0000
+@@ -33,7 +33,7 @@
+ $(COVERAGE_CFLAGS) \
+ -Wall -Werror -DG_LOG_DOMAIN=\"Indicator-Sound\"
+ libsoundmenu_la_LIBADD = $(APPLET_LIBS) -lm
+-libsoundmenu_la_LDFLAGS =
++libsoundmenu_la_LDFLAGS = \
+ $(COVERAGE_LDFLAGS) \
+ -module -avoid-version
+
+
diff --git a/debian/patches/series b/debian/patches/series
index 650058b..326ae5e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
sound_nua.patch
+correct_ldflags_use.patch
+