public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] [PATCH] bluez-gnome link fix
@ 2006-12-21 19:15 Andrey Rahmatullin
  2006-12-21 19:37 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Rahmatullin @ 2006-12-21 19:15 UTC (permalink / raw)
  To: bluez-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 222 bytes --]

Hi.

There is a small patch which fixes linking of bluetooth-sendto with
--as-needed linker option (libs should be in command line only after
sources and static libs that use them).

-- 
WBR, wRAR (ALT Linux Team)

[-- Attachment #1.1.2: bluez-gnome-0.6-alt-link-fixes.patch --]
[-- Type: text/plain, Size: 405 bytes --]

--- bluez-gnome/sendto/Makefile.am.orig	2006-10-22 23:41:40 +0600
+++ bluez-gnome/sendto/Makefile.am	2006-10-31 21:56:02 +0500
@@ -3,7 +3,7 @@
 
 bluetooth_sendto_SOURCES = main.c
 
-bluetooth_sendto_LDADD = @GTK_LIBS@ @DBUS_LIBS@ $(top_builddir)/common/libcommon.a
+bluetooth_sendto_LDADD = @GTK_LIBS@ $(top_builddir)/common/libcommon.a @DBUS_LIBS@
 
 AM_CFLAGS = @DBUS_CFLAGS@ @GTK_CFLAGS@
 

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-21 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-21 19:15 [Bluez-devel] [PATCH] bluez-gnome link fix Andrey Rahmatullin
2006-12-21 19:37 ` Marcel Holtmann
2006-12-21 19:55   ` Andrey Rahmatullin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox