aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/glib_fixes.patch
blob: 7b6b96e0ac4fc0683e49e698facab64c33d23741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Mathieu Trudel-Lapierre <mathieu.tl@gmail.com>
Subject: Link against glib for huawei modem helper tests.

---
 plugins/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/plugins/Makefile.am
===================================================================
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -127,7 +127,7 @@ test_modem_helpers_huawei_SOURCES = \
 test_modem_helpers_huawei_CPPFLAGS = \
 	-I$(top_srcdir)/plugins/huawei \
 	$(PLUGIN_COMMON_COMPILER_FLAGS)
-test_modem_helpers_huawei_LDFLAGS = $(top_builddir)/libmm-glib/libmm-glib.la
+test_modem_helpers_huawei_LDFLAGS = $(MM_LIBS) $(top_builddir)/libmm-glib/libmm-glib.la
 
 
 # MBM