* [PATCH] Fix build with "--as-needed"
@ 2009-07-04 7:50 Stefan Seyfried
2009-07-04 16:14 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Seyfried @ 2009-07-04 7:50 UTC (permalink / raw)
To: linux-bluetooth
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@suse.de>
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix build with "--as-needed"
2009-07-04 7:50 [PATCH] Fix build with "--as-needed" Stefan Seyfried
@ 2009-07-04 16:14 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2009-07-04 16:14 UTC (permalink / raw)
To: Stefan Seyfried; +Cc: linux-bluetooth
Hi Seife,
> 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@suse.de>
> Date: Fri, 3 Jul 2009 23:48:22 +0200
> Subject: [PATCH] Fix build with "--as-needed"
patch has been applied, but next time, please give me proper patch where
the commit message is clean when using git am.
Regards
Marcel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-04 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-04 7:50 [PATCH] Fix build with "--as-needed" Stefan Seyfried
2009-07-04 16:14 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox