This patch got submitted by an openSUSE contributor, I'm passing it along so that I have one less patch to carry in my package ;) >From bbb75fa766fe4d03098884f608b5d5d49757b1d1 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried <seife@xxxxxxx> Date: Fri, 3 Jul 2009 23:48:22 +0200 Subject: [PATCH] Fix build with "--as-needed" --- test/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 48b528a..e54e88e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -32,7 +32,7 @@ lmptest_LDADD = @BLUEZ_LIBS@ agent_LDADD = @DBUS_LIBS@ -btiotest_LDADD = @GLIB_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a +btiotest_LDADD = $(top_builddir)/common/libhelper.a @GLIB_LIBS@ @BLUEZ_LIBS@ noinst_MANS = bdaddr.8 -- 1.6.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html