From: Stefan Seyfried <seife@suse.de>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Fix build with "--as-needed"
Date: Sat, 4 Jul 2009 09:50:03 +0200 [thread overview]
Message-ID: <20090704095003.24945e77@stoetzler> (raw)
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
next reply other threads:[~2009-07-04 7:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-04 7:50 Stefan Seyfried [this message]
2009-07-04 16:14 ` [PATCH] Fix build with "--as-needed" Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090704095003.24945e77@stoetzler \
--to=seife@suse.de \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox